aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-05-28 14:56:04 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-05-28 14:56:04 +0000
commit0a49e670920c838a1d5dae66073eebdda3931ada (patch)
tree855d64a51c0857d1dc78ed7751696f0e270c17ff /src/DumpGH.c
parentcb9c627a662b3f77d9dbc61a413165f67ac8ec13 (diff)
Allow the 'out_every' option in option strings to set the output frequency
for individual variables. Allow hyperslab options 'origin', 'direction', 'extent', and 'downsample' in option strings to specify hyperslab selections for individual variables. You also need to update CactusBase/IOUtil now. See the thornguide for a description and an example. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@249 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 bee97c7..ac50d7e 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -427,7 +427,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);
+ request = IOUtil_DefaultIORequest (GH, first_vindex, 1);
/* disable checking for old data objects, disable datatype conversion
and downsampling */