- //
- // File = parmfile.h
- //
- #ifndef _PARMFILE_H_
- #define _PARMFILE_H_
- #include "globals.h"
- #define OPEN_PARM_BLOCK {ParmInput->FindBlock(instance_name);
- BasicResults << instance_name << endl;}
- #define GET_INT_PARM(X) {X = ParmInput->GetIntParm(#X);
- BasicResults << " " << #X##" = " << X << endl;}
- #define GET_INT_PARM_ARRAY(X,N) {X = ParmInput->GetIntParmArray(#X##"