Skip to content

Commit

Permalink
Update MWNode.cpp
Browse files Browse the repository at this point in the history
Ops... typo 2
  • Loading branch information
ilfreddy authored Sep 25, 2023
1 parent 2cd9923 commit 0c3a63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trees/MWNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ template <int D> void MWNode<D>::giveParentCoefs(bool overwrite) {
MWNode<D> &parent = getMWParent();
int kp1_d = this->getKp1_d();
if (node.getScale() == 0) {
Nodebox<D> &box = this->getMWTree().getRootBox();
NodeBox<D> &box = this->getMWTree().getRootBox();
auto reverse = getTDim() - 1;
for (auto i = 0; i < getTDim(); i++) { parent.setCoefBlock(i, kp1_d, &box.getNode(reverse - i).getCoefs()[0]); }
} else {
Expand Down

0 comments on commit 0c3a63c

Please sign in to comment.