mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 22:55:34 -06:00
Be more specific in comment.
This commit is contained in:
parent
ff26a756b8
commit
f04892bef0
@ -216,7 +216,7 @@ construct_matrix(grid_t *G, well_t *W)
|
||||
|
||||
assert ((size_t) A->ia[ nnu ] == nnz);
|
||||
|
||||
/* Guarantee sorted rows */
|
||||
/* Enforce sorted connection structure per row */
|
||||
csrmatrix_sortrows(A);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user