aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2000-12-13 18:31:00 +0000
committergoodale <goodale@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2000-12-13 18:31:00 +0000
commit5e1d5b54300d7bcb707585d1b0852dfb3ab4d6cc (patch)
tree118cfc4bfcec158c9761b0230140b6d5fab05fb4
parent16d9f14eb217245cb7e33ee5d80d874ed5d128e0 (diff)
int -> CCTK_INT for T3E.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@64 fa3da13c-9f13-4301-a575-cf5b8c5e1907
-rw-r--r--src/sor_confmetric.c2
-rw-r--r--src/sor_flat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sor_confmetric.c b/src/sor_confmetric.c
index b0df762..b258c91 100644
--- a/src/sor_confmetric.c
+++ b/src/sor_confmetric.c
@@ -73,7 +73,7 @@ void sor_confmetric_3d(cGH *GH, int *MetricPsiI, int conformal,
CCTK_REAL omega, resnorm=0.0, residual=0.0;
CCTK_REAL glob_residual=0.0, rjacobian=0.0;
CCTK_REAL finf;
- int npow;
+ CCTK_INT npow;
CCTK_REAL tol;
diff --git a/src/sor_flat.c b/src/sor_flat.c
index 0117894..4771a44 100644
--- a/src/sor_flat.c
+++ b/src/sor_flat.c
@@ -29,7 +29,7 @@ void sor_flat_3d(cGH *GH, int FieldIndex, int MIndex, int NIndex,
int chebit;
CCTK_REAL omega, resnorm, residual, glob_residual, rjacobian;
CCTK_REAL finf;
- int npow;
+ CCTK_INT npow;
CCTK_REAL tol;
/* Iteration / stepping variables */