Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstoyanov committed Dec 22, 2023
1 parent 8f70542 commit 1aaeb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asgard_grid_1d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class connect_1d
// pntr and indx form a sparse matrix (row-compressed format)
// describing the connections between the indexes
// diag[i] holds the offset of the diagonal entry, i.e., indx[diag[i]] = i
// it helps identify lowe/upper triangular part of the pattern
// it helps identify lower/upper triangular part of the pattern
int levels;
int rows;
std::vector<int> pntr;
Expand Down

0 comments on commit 1aaeb46

Please sign in to comment.