aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write3D.c')
-rw-r--r--src/Write3D.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Write3D.c b/src/Write3D.c
index 950349f..48c2472 100644
--- a/src/Write3D.c
+++ b/src/Write3D.c
@@ -121,7 +121,6 @@ static IEEEfile_3D_t *IOFlexIO_Get3Dfile (cGH *GH, const char *alias,
void IOFlexIO_Write3D (cGH *GH, int vindex, const char *alias)
{
DECLARE_CCTK_PARAMETERS
- int timelevel;
ioGH *ioUtilGH;
int len, isNewFile;
char buffer[128];
@@ -217,11 +216,8 @@ void IOFlexIO_Write3D (cGH *GH, int vindex, const char *alias)
IEEEfile_3D->iofile = (IOFile) 0;
}
- /* get the current timelevel */
- timelevel = 0;
-
/* output the data */
- IOFlexIO_DumpVar (GH, vindex, timelevel, IEEEfile_3D->iofile);
+ IOFlexIO_DumpVar (GH, vindex, 0, IEEEfile_3D->iofile);
/* output the GH extensions and parameters */
/* Don't do this if the output is being byte compared, as the