aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 68a576e..3513476 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -70,6 +70,14 @@ typedef struct IOFlexIOGH {
int *IO_2Dnum;
int *IO_3Dnum;
+ /* How often to output */
+ int IO_2Devery;
+ int IO_3Devery;
+
+ /* Directory in which to output */
+ char *outpfx_2D;
+ char *outpfx_3D;
+
/* The last iteration output */
int *IO_2Dlast;
int *IO_3Dlast;