Be more specific in comment.

This commit is contained in:
Bård Skaflestad 2010-12-06 13:17:04 +01:00
parent ff26a756b8
commit f04892bef0

View File

@ -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);
}