aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index d98e79177..1031b488f 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1048,10 +1048,6 @@ PhysicalParticleContainer::Evolve (int lev,
#else
int thread_num = 0;
#endif
- if (local_rho[thread_num] == nullptr) local_rho[thread_num].reset( new amrex::FArrayBox());
- if (local_jx[thread_num] == nullptr) local_jx[thread_num].reset( new amrex::FArrayBox());
- if (local_jy[thread_num] == nullptr) local_jy[thread_num].reset( new amrex::FArrayBox());
- if (local_jz[thread_num] == nullptr) local_jz[thread_num].reset( new amrex::FArrayBox());
FArrayBox filtered_Ex, filtered_Ey, filtered_Ez;
FArrayBox filtered_Bx, filtered_By, filtered_Bz;