aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-04-18 20:41:37 +0000
committerallen <allen@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-04-18 20:41:37 +0000
commitfc74ce6091bd551bcf28c5d1be843a5fd5780bd1 (patch)
tree43ff8a91013e4efceeac675432bdafd6519b4bba
parente529c4fd35f3616ba93554f6cd248bd62e0d59af (diff)
Changing timelevel index used for IO
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@68 0888f3d4-9f52-45d2-93bc-d00801ff5e46
-rw-r--r--src/Write.c4
1 files changed, 0 insertions, 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);