aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-05-10 17:22:39 +0000
committerallen <allen@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-05-10 17:22:39 +0000
commita69ca067f40adea12a5d8c2bc7a49beeab3fd6f9 (patch)
treef0132b4eafae0d4af09b7870177154f7b8fedd9c /src
parent7e9888e8c37944140d8106730eaaaab0bfffb862 (diff)
Timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@23 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'src')
-rw-r--r--src/Output3D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output3D.c b/src/Output3D.c
index c1f1e92..db14d4b 100644
--- a/src/Output3D.c
+++ b/src/Output3D.c
@@ -428,7 +428,7 @@ static void IOPanda_Timestep (cGH *GH,
ainfo.disk_layout_ = tmp;
ainfo.disk_dist_ = dist2;
- timelevel = CCTK_NumTimeLevelsFromVarI (index) - 1;
+ timelevel = 0;
IOPanda_getDumpData(GH, index, timelevel, &data, &free_flag, bnd, ainfo.esize_);
ainfo.data_ = (char *)data;