Skip to content

Commit b32eac0

Browse files
lucafedeli88EZoni
andauthored
Update Source/EmbeddedBoundary/WarpXFaceExtensions.cpp
Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com>
1 parent a58eef4 commit b32eac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/EmbeddedBoundary/WarpXFaceExtensions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace
5757
lz(i, j, k) * dx, lz(i + 1, j, k) * dx});
5858
#elif defined(WARPX_DIM_3D)
5959
return 0.5_rt * std::max({lx(i, j, k) * dz, lx(i, j, k + 1) * dz,
60-
lz(i, j, k) * dx, lz(i + 1, j, k) * dx});
60+
lz(i, j, k) * dx, lz(i + 1, j, k) * dx});
6161
#else
6262
amrex::Abort("ComputeSStab: Only implemented in 2D3V and 3D3V");
6363
#endif

0 commit comments

Comments
 (0)