aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-02-24 13:04:46 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-02-24 13:04:46 +0000
commitc57e3bcf3beadc42d12ce5d7e6630410fee98c0a (patch)
tree90be66b2f8227b32968696b6de8ca7ff89b00b6e
parent60ca7142279f26c35fd9064b025fee4abde39b65 (diff)
Fixing warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@110 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/ioutil_Utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioutil_Utils.h b/src/ioutil_Utils.h
index f6d5a7c..16617fd 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -21,14 +21,14 @@ extern "C"
/* set the slice center for 1D lines */
int IOUtil_1DLines (cGH *GH,
int dimension,
- int **index,
+ int **vindex,
CCTK_REAL **coord,
int **spxyz);
/* set the slice center for 2D planes */
int IOUtil_2DPlanes (cGH *GH,
int dimension,
- int *index,
+ int *vindex,
CCTK_REAL *coord,
int *spxyz);