Loading...
Searching...
No Matches
cond_state Type Reference

Definition

State of a single conditional block.

Constructors

Initializes a new instance of the cond_state type

cond_state(logical, logical)

type(cond_state) function cond_state(logical active, logical has_met) 
Parameters
[in]activewhether code in this block should be emitted
[in]has_metwhether a true branch has already been taken at this nesting level
Returns
The constructed cond_state object.

Remarks

Definition at line 92 of file conditional.f90.


The documentation for this type was generated from the following file:

Variables

logical, public active
 Indicate whether the condition is active.
 
logical, public has_met
 Indicates whether the condition has been met.