aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2003-07-16 21:59:49 +0000
committerallen <allen@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2003-07-16 21:59:49 +0000
commit67c11a0f0bfc976e3cbfa30912793dc8a6912403 (patch)
tree12d02d295f7a3068a2402352029915f2fb9291f1 /src
parent71be17fbbcc0c9746a9a380a83fc47d466425c55 (diff)
Change to CCTK_MaxTimeLevels
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@94 7842ec3a-9562-4be5-9c5b-06ba18f2b668
Diffstat (limited to 'src')
-rw-r--r--src/DumpUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpUtils.c b/src/DumpUtils.c
index 9bc696c..232a13e 100644
--- a/src/DumpUtils.c
+++ b/src/DumpUtils.c
@@ -218,7 +218,7 @@ void IOHDF5Util_DumpCommonAttributes (const cGH *GH, const ioRequest *request,
free (groupname);
attr_int = CCTK_GroupTypeFromVarI (request->vindex);
WRITE_ATTRIBUTE ("grouptype", &attr_int, object, myGH, 0, HDF5_INT);
- attr_int = CCTK_NumTimeLevelsFromVarI (request->vindex);
+ attr_int = CCTK_MaxTimeLevelsVI (request->vindex);
WRITE_ATTRIBUTE ("ntimelevels", &attr_int, object, myGH, 0, HDF5_INT);
WRITE_ATTRIBUTE ("global_size", request->hsize, object, myGH, request->hdim,
HDF5_INT);