Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andro2157 committed Jun 21, 2019
1 parent 3e9026b commit 82640d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/tick/array/array2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Array2d : public BaseArray2d<T, MAJ> {
SSparseArray2d<T, MAJ>::new_ptr(0, 0, 0);

arrayptr->set_data_indices_rowindices(data_ptr, col_ptr, row_ptr, _n_rows, _n_cols);
eturn arrayptr;
return arrayptr;
}


Expand Down

0 comments on commit 82640d1

Please sign in to comment.