typedef struct gmapping
int nvs;
int nvg;
int nes;
int neg;
int *vgid;
int *egid;
int nfs;
int nfg;
int *fgid;
int nsolve;
int nglobal;
Gmap;
struct ssn_tag
char name[FILENAME_MAX]; /* name of session without postfix */
char fld [FILENAME_MAX]; /* Output (field) file */
char rea [FILENAME_MAX]; /* Input file (from pre-processor) */
char his [FILENAME_MAX]; /* history file */
session;