truncate_possible_variable Subroutine

public subroutine truncate_possible_variable(me)

Arguments

Type IntentOptional Attributes Name
type(tem_possible_variable_type), intent(inout) :: me

Possible variables


Calls

proc~~truncate_possible_variable~~CallsGraph proc~truncate_possible_variable truncate_possible_variable interface~truncate~9 truncate proc~truncate_possible_variable->interface~truncate~9 proc~truncate_da_label truncate_da_label interface~truncate~9->proc~truncate_da_label

Called by

proc~~truncate_possible_variable~~CalledByGraph proc~truncate_possible_variable truncate_possible_variable interface~truncate~39 truncate interface~truncate~39->proc~truncate_possible_variable

Contents


Source Code

  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