aboutsummaryrefslogtreecommitdiff
path: root/src/DumpVar.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-04 13:33:28 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-04 13:33:28 +0000
commit1c6ef0108f51e3042fe8355120a3d67b3358d03d (patch)
treec44c0065bbf696a1d609b7d12d5331ae0e74c589 /src/DumpVar.c
parent722e269b417dda64e93a7ac7d67fe605b86bdc0e (diff)
CCTK_GetNumTimeLevels -> CCTK_GetNumTimeLevels_ByIndex
Tomorrow this will change again to CCTK_NumTimeLevelsI because the names are getting too long for fortran git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@12 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/DumpVar.c')
-rw-r--r--src/DumpVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index fdf17ad..e91f0e0 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -534,7 +534,7 @@ void IOFlexIO_AddCommonAttributes (cGH *GH, int index, int timelevel,
CACTUS_IEEEIO_ERROR (IOwriteAttribute (iof, "grouptype", FLEXIO_INT4,
1, &i_to_IO));
- i_to_IO = CCTK_GetNumTimeLevels (index);
+ i_to_IO = CCTK_GetNumTimeLevels_ByIndex (index);
CACTUS_IEEEIO_ERROR (IOwriteAttribute (iof, "ntimelevels", FLEXIO_INT4,
1, &i_to_IO));