aboutsummaryrefslogtreecommitdiff
path: root/src/RestoreFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RestoreFile.c')
-rw-r--r--src/RestoreFile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/RestoreFile.c b/src/RestoreFile.c
index 9207000..99a428a 100644
--- a/src/RestoreFile.c
+++ b/src/RestoreFile.c
@@ -133,7 +133,7 @@ int GetCommonAttributes (cGH *GH, IOFile ifp, int unchunked, int *index,
*timelevel = timelevel_stored;
/* verify group type, variable type, dims, sizes and ntimelevels */
- CCTK_GroupData (CCTK_GroupIndex (groupname_stored), gtype, &vtype, &rank,
+ CCTK_OldGroupData (CCTK_GroupIndex (groupname_stored), gtype, &vtype, &rank,
&i, &ntimelevels);
if (*gtype != gtype_stored) {
sprintf (msg, "Group types don't match for '%s'", fullname);
@@ -505,4 +505,7 @@ int IOFlexIO_RestoreIEEEIOfile (cGH *GH, IOFile ifp, int file_ioproc,
}
return (0);
+
+ USE_CCTK_PARAMETERS
+
}