Skip to content

Commit

Permalink
Fix issue #31 (#32)
Browse files Browse the repository at this point in the history
Typo, it was U instead of W
  • Loading branch information
jeremypparker authored Aug 10, 2022
1 parent e9209c9 commit ad37ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channelflow/diffops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@ void linearizedNL(const FlowField& u_, const ChebyCoeff& U_, const ChebyCoeff& W
W.makeSpectral(trans);
ChebyCoeff Uy, Wy;
diff(U, Uy);
diff(U, Wy);
diff(W, Wy);
U.makePhysical(trans);
Uy.makePhysical(trans);
W.makePhysical(trans);
Expand Down

0 comments on commit ad37ef3

Please sign in to comment.