From 7e9888e8c37944140d8106730eaaaab0bfffb862 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 18 Apr 2001 20:41:36 +0000 Subject: Changing timelevel index used for IO git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@22 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/Output3D.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Output3D.c b/src/Output3D.c index 9a0605c..c1f1e92 100644 --- a/src/Output3D.c +++ b/src/Output3D.c @@ -429,10 +429,6 @@ static void IOPanda_Timestep (cGH *GH, ainfo.disk_dist_ = dist2; timelevel = CCTK_NumTimeLevelsFromVarI (index) - 1; - if (timelevel > 0) - { - timelevel--; - } IOPanda_getDumpData(GH, index, timelevel, &data, &free_flag, bnd, ainfo.esize_); ainfo.data_ = (char *)data; -- cgit v1.2.3