aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ConfMetric.c3
-rw-r--r--src/Flat.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ConfMetric.c b/src/ConfMetric.c
index be9b0d2..dad8580 100644
--- a/src/ConfMetric.c
+++ b/src/ConfMetric.c
@@ -87,7 +87,8 @@ int SORConfMetric3D(cGH *GH, int *MetricPsiI, int conformal,
CCTK_REAL tol;
/* Iteration / stepping variables */
- int sorit, maxit;
+ int sorit;
+ CCTK_INT maxit;
int i,j,k;
int nxyz;
diff --git a/src/Flat.c b/src/Flat.c
index 6fcbb0e..293f71c 100644
--- a/src/Flat.c
+++ b/src/Flat.c
@@ -51,7 +51,8 @@ int SORFlat3D(cGH *GH, int FieldIndex, int MIndex, int NIndex,
CCTK_REAL tol;
/* Iteration and stepping variables */
- int sorit, maxit;
+ int sorit;
+ CCTK_INT maxit;
int i, j, k;
int origin_sign;