copy_stencilElement Subroutine

private subroutine copy_stencilElement(left, right)

This function provides copy assigment for tem_stencilElement_type

Arguments

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

tem_stencilElement to copy to

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

tem_stencilElement to copy from


Called by

proc~~copy_stencilelement~~CalledByGraph proc~copy_stencilelement copy_stencilElement interface~assignment(=)~4 assignment(=) interface~assignment(=)~4->proc~copy_stencilelement

Contents

None