aboutsummaryrefslogtreecommitdiff
path: root/src/ioGH.h
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-05-11 16:49:08 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-05-11 16:49:08 +0000
commitbd297c8d4222b96ec836139fde2704da61386519 (patch)
tree0abc49258601b121e5726155e75297d91eb68ee5 /src/ioGH.h
parent7531f928423e6847bfd3b266003607df8f6d69eb (diff)
Slice center setup for 2D output is now done in IOUtil
and shared by IOASCII and IOFlexIO. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@72 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/ioGH.h')
-rw-r--r--src/ioGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ioGH.h b/src/ioGH.h
index 6c1325d..f694d5f 100644
--- a/src/ioGH.h
+++ b/src/ioGH.h
@@ -40,6 +40,9 @@ typedef struct IOGH {
char *outpfx_3D;
#endif
+ /* for 2D output */
+ int *sp2xyz; /* slice point for 2D planes */
+
/* for 3D output */
int ioproc; /* the IO processor each proc belongs to */
int nioprocs; /* total number of IO processors */