Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_possible_variable_type), | intent(inout) | :: | me |
Possible variables |
subroutine truncate_possible_variable( me ) !--------------------------------------------------------------------------- !> Possible variables type(tem_possible_variable_type), intent(inout) :: me !--------------------------------------------------------------------------- call truncate( me = me%varName ) call truncate( me = me%nComponents ) end subroutine truncate_possible_variable