aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXUtil.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-03-19 08:08:26 -0700
committerGravatar GitHub <noreply@github.com> 2021-03-19 08:08:26 -0700
commit0310202ef8a1ffddbb07d708f5232baae8dd7cb5 (patch)
tree17ff681a0079cad6845057d0bf29e3a080e562fd /Source/Utils/WarpXUtil.cpp
parent2cc2c5e61f593e5ffeb3989ae125c0473443b733 (diff)
downloadWarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.tar.gz
WarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.tar.zst
WarpX-0310202ef8a1ffddbb07d708f5232baae8dd7cb5.zip
Warnings: PSATD+RZ & More (#1814)
* PSATD+RZ: Fix Warnings Fix a couple of warnings in PSATD + RZ. * BesselRoots: Missing Include & using * Kernel & Util: Unused Code & Var
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r--Source/Utils/WarpXUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp
index a87027176..622a0256e 100644
--- a/Source/Utils/WarpXUtil.cpp
+++ b/Source/Utils/WarpXUtil.cpp
@@ -362,7 +362,7 @@ void ReadBCParams ()
if (pp_geometry.queryarr("is_periodic", geom_periodicity)) {
return;
// When all boundary conditions are supported, the abort statement below will be introduced
- amrex::Abort("geometry.is_periodic is not supported. Please use `boundary.field_lo`, `boundary.field_hi` to specifiy field boundary conditions and 'boundary.particle_lo', 'boundary.particle_hi' to specify particle boundary conditions.");
+ //amrex::Abort("geometry.is_periodic is not supported. Please use `boundary.field_lo`, `boundary.field_hi` to specifiy field boundary conditions and 'boundary.particle_lo', 'boundary.particle_hi' to specify particle boundary conditions.");
}
// particle boundary may not be explicitly specified for some applications
bool particle_boundary_specified = false;