aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-28 11:29:46 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-04-28 11:29:46 +0000
commit311c56cb7f3fa21dfeeecaa43d7916f23bc764b2 (patch)
tree001d9a0afa2b55805b4f7aba1328b892db2bdea5 /src/DumpGH.c
parent3c77336d7114f40a10cdf651198ffb8873e4f9b1 (diff)
Switching order of ".chkpt" and ".it_<iteration>" suffixes in output
filenames. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@115 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/DumpGH.c')
-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) {