From 93cdd24708e8e975409daebce758ddbcaaac9325 Mon Sep 17 00:00:00 2001 From: David Grote Date: Wed, 17 Mar 2021 15:41:53 -0700 Subject: Replaced almost all nGrow with nGrowVect (#1801) --- Source/Particles/PhotonParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 7f03dc981..71d5488ac 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -71,7 +71,7 @@ PhotonParticleContainer::PushPX (WarpXParIter& pti, amrex::FArrayBox const * bxfab, amrex::FArrayBox const * byfab, amrex::FArrayBox const * bzfab, - const int ngE, const int /*e_is_nodal*/, + const amrex::IntVect ngE, const int /*e_is_nodal*/, const long offset, const long np_to_push, int lev, int gather_lev, -- cgit v1.2.3