aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
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/ioFlexGH.h
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/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 4dd696c..3c2f029 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -110,7 +110,7 @@ typedef struct IOFlexIOGH
int out_every_default, out2D_every_default;
/* number of times to output for each variable */
- int *out_every, *out2D_every;
+ CCTK_INT *out_every, *out2D_every;
/* the last iteration output for each variable */
int *out_last, *out2D_last;