#include <state.h>
Collaboration diagram for t_state:

Data Fields | |
| char | chPutFilename [INPUT_LINE_LENGTH] | 
| char | chGetFilename [INPUT_LINE_LENGTH] | 
| bool | lgGet_state | 
| bool | lgPut_state | 
| bool | lgPutAll | 
| bool | lgState_print | 
Definition at line 11 of file state.h.
file pointer for the files to get or put the state set in parse_state
Definition at line 15 of file state.h.
Referenced by ParseState(), and state_get_put().
| bool t_state::lgGet_state | 
flags saying whether to get or put state set in parse_state
Definition at line 20 of file state.h.
Referenced by cloudy(), ParseState(), and zero().
| bool t_state::lgPut_state | 
| bool t_state::lgPutAll | 
option to put all iterations, include ALL on state put
Definition at line 24 of file state.h.
Referenced by ParseState(), and state_get_put().
print keyword on state command to turn on printout
Definition at line 27 of file state.h.
Referenced by ParseState(), state_get_put(), and zero().
 1.4.7