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