aboutsummaryrefslogtreecommitdiff
path: root/src/ConfMetric.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfMetric.c')
-rw-r--r--src/ConfMetric.c3
1 files changed, 2 insertions, 1 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;