/*@@ @header ioPandaGH.h @date 01 Oct 1999 @author Jonghyun Lee @desc The extensions to the GH structure from IOPanda. @history @endhistory @@*/ #include #include "StoreNamedData.h" typedef struct IOPandaGH { /* the number of times to output */ int out3D_every; /* flags indicating output for var [i] */ char *do_out3D; /* directory in which to output */ char *outdir3D; /* the last iteration output for var [i] */ int *out3D_last; } pandaGH;