aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
commit94edf906d4ac38646501a0d614f04acb181f4aea (patch)
treee649e1ab8287e6abb33e4004911c6438aa786f93 /src/ioFlexGH.h
parent2269f3828402342c0917d187613916011161829e (diff)
Parameters for choosing 1D and 2D slices
New CCTK coordinate functions git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@136 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 1c54c3c..ad3e044 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -116,6 +116,9 @@ typedef struct IOFlexIOGH
/* flag to indicate request for timer output */
int print_timing_info;
+ /* 2D slices */
+ int **sp2xyz;
+
} flexioGH;