aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ElementaryProcess/QEDPairGeneration.cpp
diff options
context:
space:
mode:
authorGravatar David Grote <grote1@llnl.gov> 2021-03-17 15:41:53 -0700
committerGravatar GitHub <noreply@github.com> 2021-03-17 15:41:53 -0700
commit93cdd24708e8e975409daebce758ddbcaaac9325 (patch)
tree8a10ebd185306f613c4509126e211fd5a6e1ff93 /Source/Particles/ElementaryProcess/QEDPairGeneration.cpp
parent161a0f9af3251aa2691ec90753de70632c5226bc (diff)
downloadWarpX-93cdd24708e8e975409daebce758ddbcaaac9325.tar.gz
WarpX-93cdd24708e8e975409daebce758ddbcaaac9325.tar.zst
WarpX-93cdd24708e8e975409daebce758ddbcaaac9325.zip
Replaced almost all nGrow with nGrowVect (#1801)
Diffstat (limited to 'Source/Particles/ElementaryProcess/QEDPairGeneration.cpp')
-rw-r--r--Source/Particles/ElementaryProcess/QEDPairGeneration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ElementaryProcess/QEDPairGeneration.cpp b/Source/Particles/ElementaryProcess/QEDPairGeneration.cpp
index 418ab5bd6..5daa6ca17 100644
--- a/Source/Particles/ElementaryProcess/QEDPairGeneration.cpp
+++ b/Source/Particles/ElementaryProcess/QEDPairGeneration.cpp
@@ -11,7 +11,7 @@
PairGenerationTransformFunc::
PairGenerationTransformFunc (BreitWheelerGeneratePairs const generate_functor,
- const WarpXParIter& a_pti, int lev, int ngE,
+ const WarpXParIter& a_pti, int lev, amrex::IntVect ngE,
amrex::FArrayBox const& exfab,
amrex::FArrayBox const& eyfab,
amrex::FArrayBox const& ezfab,