diff options
author | 2021-03-17 15:41:53 -0700 | |
---|---|---|
committer | 2021-03-17 15:41:53 -0700 | |
commit | 93cdd24708e8e975409daebce758ddbcaaac9325 (patch) | |
tree | 8a10ebd185306f613c4509126e211fd5a6e1ff93 /Source/Particles/PhotonParticleContainer.cpp | |
parent | 161a0f9af3251aa2691ec90753de70632c5226bc (diff) | |
download | WarpX-93cdd24708e8e975409daebce758ddbcaaac9325.tar.gz WarpX-93cdd24708e8e975409daebce758ddbcaaac9325.tar.zst WarpX-93cdd24708e8e975409daebce758ddbcaaac9325.zip |
Replaced almost all nGrow with nGrowVect (#1801)
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |