dvector_set_val Subroutine

public subroutine dvector_set_val(this, i, val)

Sets the value of the ith element of a dvector. No bounds check is performed.

Arguments

Type IntentOptional AttributesName
class(dvector_t), intent(inout) :: this
integer, intent(in) :: i
real(kind=rp), intent(in) :: val

Contents

None