aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authorschnetter <schnetter@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2009-12-05 03:07:56 +0000
committerschnetter <schnetter@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2009-12-05 03:07:56 +0000
commite1e48615ae872ca3568723ef5608520972ee85ed (patch)
tree1868ac5838c3360ec84979ea088e3c7921c3da82 /src/DumpGH.c
parentf01e0a73bb0e2bb03c9248a7f6788b885d172356 (diff)
IOFlexIO: Adapt to the new parsing API in IOUtilHEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@353 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index caae926..984b628 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -443,7 +443,7 @@ static int Checkpoint (const cGH *GH, int called_from)
first_vindex = CCTK_FirstVarIndexI (gindex);
/* get the default I/O request for this group */
- request = IOUtil_DefaultIORequest (GH, first_vindex, 1);
+ request = IOUtil_DefaultIORequest (GH, first_vindex, 1, -1.0);
/* disable checking for old data objects,
disable datatype conversion and downsampling,