aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-26 12:31:15 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-26 12:31:15 +0000
commitcb2f5114143c6f34de57f72d0f26d74f2508940d (patch)
tree4763c3df13399b6fc1ca77deedb8244c3e60f793 /src/RestoreFile.c
parent56afd6a641869778e18b23754101f819b8de045f (diff)
New function names and changing comments
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@21 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/RestoreFile.c')
-rw-r--r--src/RestoreFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index 91ef114..4ee8375 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -179,7 +179,7 @@ int GetCommonAttributes (cGH *GH, IOFile ifp, int unchunked, int *index,
case GROUP_ARRAY:
/*** FIXME: what's the local size of the array ?? ***/
/* for (i = 0; i < rank; i++)
- if (*(int *) CCTK_ArrayGroupSize (GH, groupname, i) != dims_stored [i])
+ if (*(int *) CCTK_ArrayGroupSize (GH, i, groupname) != dims_stored [i])
flag = 1;
*/
break;