diff options
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index 864fc3b10..03b3768a7 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -698,11 +698,6 @@ void ReadBCParams () } } } -#ifdef WARPX_DIM_RZ - // Ensure code aborts if PEC is specified at r=0 for RZ - AMREX_ALWAYS_ASSERT_WITH_MESSAGE( WarpX::field_boundary_lo[0] == FieldBoundaryType::None, - "Error : Field boundary at r=0 must be ``none``. \n"); -#endif // Appending periodicity information to input so that it can be used by amrex // to set parameters necessary to define geometry and perform communication |