/* elmton.h */ EXTERN struct t_elmton { /* array of logical variables saying whether an element is enable (TRUE) * or disabled (FALSE). It is set totally TRUE in zero * and is set FALSE with the "element off" command. * In SetAbundances if can be reset so that an element that was disabled * on the first model in a coreload is not later enabled */ int lgElmtOn[LIMELM]; } elmton;