aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-07-16 22:00:37 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-07-16 22:00:37 +0000
commit8d40d2ae542aab4d85569b22d5c56fbb4e53c66d (patch)
treecae4b507ec73ded4ebfe2402256228f0738fe137 /src
parent604979bc1db433a1c7ccefe0d87ec337cde75b1a (diff)
Change to CCTK_MaxTimeLevels
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@283 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src')
-rw-r--r--src/DumpVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index d57b6ac..2e6ea5e 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -553,7 +553,7 @@ static void AddCommonAttributes (const cGH *GH, const ioRequest *request,
itmp[0] = CCTK_GroupTypeFromVarI (request->vindex);
FLEXIO_ERROR (IOwriteAttribute (file, "grouptype", FLEXIO_INT4, 1, itmp));
- itmp[0] = CCTK_NumTimeLevelsFromVarI (request->vindex);
+ itmp[0] = CCTK_MaxTimeLevelsVI (request->vindex);
FLEXIO_ERROR (IOwriteAttribute (file, "ntimelevels", FLEXIO_INT4, 1, itmp));
itmp[0] = request->timelevel;