Skip to content

Commit 2e289ce

Browse files
committed
Fixed documentation typo.
1 parent 3d74701 commit 2e289ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CRSMatrixView.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ class CRSMatrixView : protected SparsityPatternView< COL_TYPE, INDEX_TYPE, BUFFE
498498
* to use when @p nCols is much less than numNonZeros( @p row ).
499499
* @tparam AtomicPolicy the policy to use when adding to the values.
500500
* @param row The row to access.
501-
* @param cols The columns to add to, must be sorted, unique and of length @p nCols.
501+
* @param cols The columns to add to, unsorted, of length @p nCols.
502502
* @param vals The values to add, of length @p nCols.
503503
* @param nCols The number of columns to add to.
504504
*/

0 commit comments

Comments
 (0)