Skip to content

Commit

Permalink
Fixed documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Aug 29, 2021
1 parent 3d74701 commit 2e289ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CRSMatrixView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class CRSMatrixView : protected SparsityPatternView< COL_TYPE, INDEX_TYPE, BUFFE
* to use when @p nCols is much less than numNonZeros( @p row ).
* @tparam AtomicPolicy the policy to use when adding to the values.
* @param row The row to access.
* @param cols The columns to add to, must be sorted, unique and of length @p nCols.
* @param cols The columns to add to, unsorted, of length @p nCols.
* @param vals The values to add, of length @p nCols.
* @param nCols The number of columns to add to.
*/
Expand Down

0 comments on commit 2e289ce

Please sign in to comment.