assignment(=) Interface

private interface assignment(=)

Calls

interface~~assignment(=)~4~~CallsGraph interface~assignment(=)~4 assignment(=) proc~copy_stencilheader copy_stencilHeader interface~assignment(=)~4->proc~copy_stencilheader proc~copy_stencilelement copy_stencilElement interface~assignment(=)~4->proc~copy_stencilelement

Contents


Module Procedures

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

private subroutine copy_stencilHeader(left, right)

This function provides copy assigment for tem_stencilHeader_type

Arguments

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

tem_stencilHeader to copy to

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

tem_stencilHeader to copy from