aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DumpGH.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index e620187..a8000c8 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -299,8 +299,8 @@ void IOFlexIO_DumpGH (cGH *GH, int called_from)
ioUtilGH->unchunked);
/* ... and append the extension */
- sprintf (tmpfname, "%s.chkpt_tmp.ieee", dumpfname);
- sprintf (dumpfname, "%s.chkpt.ieee", dumpfname);
+ sprintf (tmpfname, "%s.tmp.ieee", dumpfname);
+ sprintf (dumpfname, "%s.ieee", dumpfname);
/* Now open the file */
if (CCTK_MyProc (GH) == ioUtilGH->ioproc) {