aboutsummaryrefslogtreecommitdiff
path: root/src/ioPandaGH.h
blob: f4da8d71ab0d582dce5b5f6a910e9b8c06ea2fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 /*@@
   @header    ioPandaGH.h
   @date      01 Oct 1999
   @author    Jonghyun Lee
   @desc      The extensions to the GH structure from IOPanda.
   @history
   @endhistory
 @@*/

#include <string.h>

#include "StoreNamedData.h"


typedef struct IOPandaGH {

  /* The number of times output */
  int   *IO_3Dnum;

  /* How often to output */
  int  IO_3Devery;

  /* Directory in which to output */
  char  *outpfx_3D;

  /* The last iteration output */
  int   *IO_3Dlast;

  /* filename database for opened files */
  pNamedData *fileList_3D;

} pandaGH;