Skip to content

Commit c61635a

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

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
@@ -64,7 +64,7 @@ namespace
6464
}
6565
else if constexpr(dim == 2){
6666
return 0.5_rt * std::max({lx(i, j, k) * dy, lx(i, j + 1, k) * dy,
67-
ly(i, j, k) * dx, ly(i + 1, j, k) * dx});
67+
ly(i, j, k) * dx, ly(i + 1, j, k) * dx});
6868
}
6969

7070
amrex::Abort("ComputeSStab: dim must be 0, 1 or 2");

0 commit comments

Comments
 (0)