From fc74ce6091bd551bcf28c5d1be843a5fd5780bd1 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 18 Apr 2001 20:41:37 +0000 Subject: Changing timelevel index used for IO git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@68 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- src/Write.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Write.c b/src/Write.c index 2311a46..14e6585 100644 --- a/src/Write.c +++ b/src/Write.c @@ -126,10 +126,6 @@ void IOStreamedHDF5_Write (cGH *GH, /* get the current timelevel */ timelevel = CCTK_NumTimeLevelsFromVarI (vindex) - 1; - if (timelevel > 0) - { - timelevel--; - } /* output the data */ IOHDF5Util_DumpVar (GH, vindex, timelevel, myGH->geo_output[vindex], file, 0); -- cgit v1.2.3