Copy_convergence Subroutine

private subroutine Copy_convergence(left, right)

This function provides the assignment operator of two convergence. Temporary Solution as CRAY compiler dont have = Operator Copying a convegence object (right) into other convergence (left)

Arguments

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

convegence to copy to

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

convegence to copy from


Called by

proc~~copy_convergence~~CalledByGraph proc~copy_convergence Copy_convergence interface~assignment(=) assignment(=) interface~assignment(=)->proc~copy_convergence

Contents

None