aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CheckpointRecovery.c')
-rw-r--r--src/CheckpointRecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index e1d7cb1..0831a25 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -215,6 +215,7 @@ void IOUtil_PrepareFilename (const cGH *GH,
break;
}
+#if 0
/* add refinement factor and convergence level (med/low) inbetween: */
/* FIXME Gab ... asymmetric levfac */
if (GH)
@@ -228,6 +229,7 @@ void IOUtil_PrepareFilename (const cGH *GH,
strcat (fname, GH->cctk_convlevel == 1 ? "med_" : "low_");
}
}
+#endif
/* If checkpoint filename, merge in the iteration number
and for chunked files also the file number */