We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4239b27 commit 3b1748fCopy full SHA for 3b1748f
src/core/numerics/reconstructions/reconstructor.hpp
@@ -111,7 +111,7 @@ struct Reconstructor
111
auto const [JL_Y_1, JR_Y_1]
112
= Reconstruction::template center_reconstruct<direction>(J, prevY, projection);
113
auto const [JL_Y1, JR_Y1]
114
- = Reconstruction::template center_reconstruct<Direction::Y>(J, nextY, projection);
+ = Reconstruction::template center_reconstruct<direction>(J, nextY, projection);
115
116
std::uint32_t dirY = static_cast<std::uint32_t>(Direction::Y);
117
0 commit comments