Skip to content

Commit 3b1748f

Browse files
committed
fix laplacian bug mhd
1 parent 4239b27 commit 3b1748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/numerics/reconstructions/reconstructor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct Reconstructor
111111
auto const [JL_Y_1, JR_Y_1]
112112
= Reconstruction::template center_reconstruct<direction>(J, prevY, projection);
113113
auto const [JL_Y1, JR_Y1]
114-
= Reconstruction::template center_reconstruct<Direction::Y>(J, nextY, projection);
114+
= Reconstruction::template center_reconstruct<direction>(J, nextY, projection);
115115

116116
std::uint32_t dirY = static_cast<std::uint32_t>(Direction::Y);
117117

0 commit comments

Comments
 (0)