diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 2e6c46173..a5f30188a 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -65,10 +65,6 @@ #include <string> #include <vector> -#if defined(AMREX_USE_EB) && defined(WARPX_DIM_RZ) -static_assert(false, "Embedded boundaries are not supported in RZ mode."); -#endif - enum struct PatchType : int { fine, |