From 0310202ef8a1ffddbb07d708f5232baae8dd7cb5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 19 Mar 2021 08:08:26 -0700 Subject: 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 --- Source/Utils/WarpXUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Utils/WarpXUtil.cpp') 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; -- cgit v1.2.3