aboutsummaryrefslogtreecommitdiff
path: root/src/Write2D.c
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-10 17:13:05 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2001-05-10 17:13:05 +0000
commit0dd3bf4785fdfe484a827230b2319c95dc820f0d (patch)
tree47f25472cd1998a3403c8c484ea8503bf4940b71 /src/Write2D.c
parentac8c305dde8f7c117643bbfa1ce2333b51851f8b (diff)
New timelevel indexing
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@193 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Write2D.c')
-rw-r--r--src/Write2D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Write2D.c b/src/Write2D.c
index 02aacb5..18cffe6 100644
--- a/src/Write2D.c
+++ b/src/Write2D.c
@@ -231,7 +231,7 @@ void IOFlexIO_Write2D (cGH *GH, int vindex, const char *alias)
}
/* get the timelevel for the variable to output */
- timelevel = CCTK_NumTimeLevelsFromVarI (vindex) - 1;
+ timelevel = 0;
/* get the coordinate ranges */
CCTK_CoordRange (GH, &coord_origin3D[0], &min_ext[0], -1, "x", "cart3d");