diff options
author | 2019-07-31 15:27:38 -0700 | |
---|---|---|
committer | 2019-07-31 15:27:38 -0700 | |
commit | 254e048de10275870a92d2862c77d237679a3d11 (patch) | |
tree | 35ce6f95712e63143acaa7c3fe39e49cc194895b /Source/Particles/PhysicalParticleContainer.cpp | |
parent | c8714da284562e5937aab6b27279493739b8d7b6 (diff) | |
download | WarpX-254e048de10275870a92d2862c77d237679a3d11.tar.gz WarpX-254e048de10275870a92d2862c77d237679a3d11.tar.zst WarpX-254e048de10275870a92d2862c77d237679a3d11.zip |
cleaning suggested in Remi's review
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 0fe5831a8..d1f399f9a 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1124,9 +1124,9 @@ PhysicalParticleContainer::FieldGather (int lev, // // Field Gather // - const int ll4symtry = false; - long lvect_fieldgathe = 64; #ifdef WARPX_RZ + const int ll4symtry = false; + long lvect_fieldgathe = 64; warpx_geteb_energy_conserving( &np, m_xp[thread_num].dataPtr(), @@ -1421,7 +1421,7 @@ PhysicalParticleContainer::Evolve (int lev, // BL_PROFILE_VAR_START(blp_pxr_fg); #ifdef WARPX_RZ - const int ll4symtry = false; + const int ll4symtry = false; long lvect_fieldgathe = 64; const std::array<Real,3>& xyzmin_grid = WarpX::LowerCorner(box, lev); const int* ixyzmin_grid = box.loVect(); |