i_dvector_assign Subroutine

public subroutine i_dvector_assign(this, other)

Copies the contents of ivector other to dvector this. Integers are cast to reals.

Arguments

Type IntentOptional AttributesName
class(dvector_t), intent(inout) :: this
class(ivector_t), intent(in) :: other

Called by

proc~~i_dvector_assign~~CalledByGraph proc~i_dvector_assign i_dvector_assign interface~assignment(=) assignment(=) interface~assignment(=)->proc~i_dvector_assign

Contents

None