diff options
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 28a72624b..82ccabb2d 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -282,17 +282,6 @@ WarpX::WarpX () // Sanity checks. Must be done after calling the MultiParticleContainer // constructor, as it reads additional parameters // (e.g., use_fdtd_nci_corr) - -#ifndef WARPX_USE_PSATD - AMREX_ALWAYS_ASSERT_WITH_MESSAGE( - not ( do_pml && do_nodal ), - "PML + do_nodal for finite-difference not implemented" - ); -#endif - AMREX_ALWAYS_ASSERT_WITH_MESSAGE( - not ( do_dive_cleaning && do_nodal ), - "divE cleaning + do_nodal not implemented" - ); #ifdef WARPX_USE_PSATD AMREX_ALWAYS_ASSERT(use_fdtd_nci_corr == 0); AMREX_ALWAYS_ASSERT(do_subcycling == 0); |