aboutsummaryrefslogtreecommitdiff
path: root/src/CartToSphere.c
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2006-06-13 01:43:32 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2006-06-13 01:43:32 +0000
commitd08bdf1493bd917e7b5a31349d189d405681f563 (patch)
treee0955c40d3cedf2618da9a8b5c4eadde066bb6e3 /src/CartToSphere.c
parent0a46717776addc7c1d01514d9ea4c76fb5179b75 (diff)
Correct types in the case where int and CCTK_INT are different:
Explicitly convert int[] to CCTK_INT[] when calling aliased functions. Do not declare implementations of aliased functions as taking int[] arguments. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@50 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
Diffstat (limited to 'src/CartToSphere.c')
-rw-r--r--src/CartToSphere.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CartToSphere.c b/src/CartToSphere.c
index d51a085..951ab56 100644
--- a/src/CartToSphere.c
+++ b/src/CartToSphere.c
@@ -135,8 +135,8 @@ CCTK_FILEVERSION(CactusEinstein_ADMAnalysis_CartToSphere_c)
@vio in
@@*/
-void ADMAnalysis_CartToSphere(const int *lsh,
- int project_rdtheta_rdphi,
+void ADMAnalysis_CartToSphere(const CCTK_INT *lsh,
+ CCTK_INT project_rdtheta_rdphi,
const CCTK_REAL *x,
const CCTK_REAL *y,
const CCTK_REAL *z,