copy_Var Subroutine

public subroutine copy_Var(left, right)

This routine provide funtionality to copy variable type

Arguments

TypeIntentOptionalAttributesName
type(tem_variable_type), intent(out) :: left

variable to copy to

type(tem_variable_type), intent(in) :: right

variable to copy from


Called by

proc~~copy_var~~CalledByGraph proc~copy_var copy_Var interface~assignment(=)~2 assignment(=) interface~assignment(=)~2->proc~copy_var

Contents

None