You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CRSMatrix::addToRow methods there are multiple uses of LVARRAY_ASSERT. These should probably be LVARRAY_ERROR and only enabled if ARRAY_BOUNDS_CHECK is on. Same thing in other places.
The text was updated successfully, but these errors were encountered:
In the
CRSMatrix::addToRow
methods there are multiple uses ofLVARRAY_ASSERT
. These should probably beLVARRAY_ERROR
and only enabled ifARRAY_BOUNDS_CHECK
is on. Same thing in other places.The text was updated successfully, but these errors were encountered: