aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */