aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
-rw-r--r--src/RestoreFile.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ddf2d19..5b0025b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@
schedule IOFlexIO_Startup at STARTUP
{
LANG:C
-} "IOFlexIO startup routine"
+} "Startup routine"
########################################################################
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;