Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Jun 5, 2024
1 parent bcb7dcf commit ac3f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RandBLAS/sparse_data/base.hh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static inline void sorted_nonzero_locations_to_pointer_array(
/// .. code:: c++
///
/// ~SpMat() {
/// if (this-own_memory) {
/// if (this->own_memory) {
/// delete [] this->vals;
/// // ... class-specific code ...
/// }
Expand Down

0 comments on commit ac3f6a3

Please sign in to comment.