ivector_set_val Subroutine

public subroutine ivector_set_val(this, i, val)

Sets the value of the ith element of an ivector. No bounds check is performed.

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this
integer, intent(in) :: i
integer, intent(in) :: val

Contents

None