tem_free_varOp Subroutine

public subroutine tem_free_varOp(fun)

Free a variable description.

Deallocates arrays and nullifies pointers. Does not touch the method data. Thus you should free the method data before calling this routine.

Arguments

TypeIntentOptionalAttributesName
type(tem_varSys_op_type), intent(inout) :: fun

Variable method to free.


Called by

proc~~tem_free_varop~~CalledByGraph proc~tem_free_varop tem_free_varOp proc~tem_empty_varsys tem_empty_varsys proc~tem_empty_varsys->proc~tem_free_varop

Contents

None