aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2002-03-26 19:41:33 +0000
committertradke <tradke@10716dce-81a3-4424-a2c8-48026a0d3035>2002-03-26 19:41:33 +0000
commit1ac72f8a3053541ab78f9693f986c1aacb28bd35 (patch)
tree14576d2a071cd1afc1e28ee98bd4c8d10c9690bb
parent640d8fceb5257c65d07459ddc69cf165b0147ee5 (diff)
Fixed a CCTK_INT/int problem. This closes PR CactusPUGH/954.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@79 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/GetHyperslab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GetHyperslab.c b/src/GetHyperslab.c
index 29eb28e..c24d1f0 100644
--- a/src/GetHyperslab.c
+++ b/src/GetHyperslab.c
@@ -81,7 +81,7 @@ CCTK_INT Hyperslab_GetList (const cGH *GH,
CCTK_INT *retvals /* num_arrays */)
{
int i, nprocs, myproc, proc, timelevel, hdatatype, retval;
- int result, *result_ptr;
+ CCTK_INT result, *result_ptr;
hslab_mapping_t *mapping;
void *local_hdata;
#ifdef CCTK_MPI