/* nomole.h */ EXTERN struct t_nomole { /* flag to turn off CO molecules, set with no molecules command */ int lgNoCOMole; /* flag to turn off H2 molecules, set with no h2 molecules */ int lgNoH2Mole; } nomole;