itbl_set_val Subroutine

private subroutine itbl_set_val(this, irow, j, val)

Sets the value of the jth element of row irow.

Arguments

Type IntentOptional AttributesName
class(itable_t), intent(inout) :: this
integer, intent(in) :: irow
integer, intent(in) :: j
integer, intent(in) :: val

Contents

None