From 2e8dda19ad45656a6e928bdc1a2fc5fd0a3fa5a9 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Thu, 11 Apr 2019 18:30:24 -0400 Subject: Switch over to using Array4 in PPC::Evolve, which didn't exist when we first ported it --- Source/Particles/PhysicalParticleContainer.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') 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; -- cgit v1.2.3