From 5e1d5b54300d7bcb707585d1b0852dfb3ab4d6cc Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 13 Dec 2000 18:31:00 +0000 Subject: int -> CCTK_INT for T3E. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@64 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/sor_confmetric.c | 2 +- src/sor_flat.c | 2 +- 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 */ -- cgit v1.2.3