diff options
4 files changed, 1 insertions, 4 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py index daabfece5..bc56968d2 100644 --- a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py +++ b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py @@ -249,4 +249,3 @@ print("Area of the middle z-slice:", Sz_slice) assert np.isclose(Sz_slice, Sz_slice_true, rtol=1e-05, atol=1e-08) sim.step(1) - diff --git a/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml b/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml index c5b710587..11f3fa741 100644 --- a/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml +++ b/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml @@ -73,4 +73,3 @@ path: ./conduit_blueprint protocol: blueprint/mesh/hdf5 type: relay - diff --git a/Regression/WarpX-tests.ini b/Regression/WarpX-tests.ini index bb2144a58..7e7e14880 100644 --- a/Regression/WarpX-tests.ini +++ b/Regression/WarpX-tests.ini @@ -2976,4 +2976,4 @@ numthreads = 1 compileTest = 0 doVis = 0 compareParticles = 0 -analysisRoutine = Examples/Modules/embedded_boundary_python_API/analysis.py
\ No newline at end of file +analysisRoutine = Examples/Modules/embedded_boundary_python_API/analysis.py diff --git a/Source/ABLASTR/DepositCharge.H b/Source/ABLASTR/DepositCharge.H index c7a2fc9d8..d33e21293 100644 --- a/Source/ABLASTR/DepositCharge.H +++ b/Source/ABLASTR/DepositCharge.H @@ -179,4 +179,3 @@ void DepositCharge (typename PC::ParIterType& pti, } // namespace ablastr #endif // ABLASTR_DEPOSIT_CHARGE_H_ - |