Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(MAPL_VarSpec), | public, | pointer | :: | old_var_specs(:) | => | null() | |
type(VarSpecVector), | public | :: | var_specs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateSpecification), | intent(inout), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(StateSpecification), | intent(inout), | target | :: | this |
type :: StateSpecification type(VarSpecVector) :: var_specs type(MAPL_VarSpec), pointer :: old_var_specs(:) => null() contains procedure :: update_vector procedure :: update_legacy end type StateSpecification