aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2003-07-16 21:58:30 +0000
committerallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2003-07-16 21:58:30 +0000
commit2ba8de760150650e488db343a3903045665c9104 (patch)
tree7266e5676f0b27f6b7e74da8a06a38f3a52382d4
parent70a1a4605cb8d9e7d44f813a1b84b8ffa2583288 (diff)
Change to CCTK_MaxTimeLevels
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@53 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--src/Output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output.c b/src/Output.c
index e70dc13..90a0b8a 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -593,7 +593,7 @@ static void AddCommonAttributes (const cGH *GH, const ioRequest *request,
itmp[0] = CCTK_GroupTypeFromVarI (request->vindex);
Panda_WriteAttribute (fname, "grouptype", INT32, 1, itmp);
- itmp[0] = CCTK_NumTimeLevelsFromVarI (request->vindex);
+ itmp[0] = CCTK_MaxTimeLevelsVI (request->vindex);
Panda_WriteAttribute (fname, "ntimelevels", INT32, 1, itmp);
itmp[0] = request->timelevel;