State of a single conditional block.
Initializes a new instance of the cond_state type
type(cond_state) function cond_state(logical active, logical has_met)
| [in] | active | whether code in this block should be emitted |
| [in] | has_met | whether a true branch has already been taken at this nesting level |
Definition at line 92 of file conditional.f90.
Variables | |
| logical, public | active |
| Indicate whether the condition is active. | |
| logical, public | has_met |
| Indicates whether the condition has been met. | |