copy_matrix Subroutine

private subroutine copy_matrix(left, right)

This routine provides assignment operator of tem_matrix_type

Arguments

TypeIntentOptionalAttributesName
type(tem_matrix_type), intent(out) :: left
type(tem_matrix_type), intent(in) :: right

Called by

proc~~copy_matrix~~CalledByGraph proc~copy_matrix copy_matrix interface~assignment(=)~3 assignment(=) interface~assignment(=)~3->proc~copy_matrix

Contents

None