aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
authorlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-10-04 11:13:41 +0000
committerlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-10-04 11:13:41 +0000
commitad06c361d9ff577fa21cd11488ce28918ef4ed8b (patch)
treee23f3987795984edcec79f72302200e61b6b0c62 /src/RobinBoundary.c
parent52f1b636bfec1b9e1d244e91b8fa597e9e368702 (diff)
changing CCTK_INT to int
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@123 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index bcecc4d..de601a2 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -34,7 +34,7 @@ int BndApplyRobin3Di(cGH *GH,
CCTK_REAL *var,
CCTK_REAL *r,
CCTK_REAL finf,
- CCTK_INT npow)
+ int npow)
{
int xgp1,xgp2,xgp3,xgp4;