aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-07-26 11:27:50 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-07-26 11:27:50 -0700
commit272f963511d71a3f9edf95a1d5108df2c2f70f37 (patch)
tree038d27834f3222ad2b9b79de06ae174339d9f1ab /Source/Particles/PhysicalParticleContainer.cpp
parent6296cdccbe4c9d64105579cc649caa603425f7ba (diff)
downloadWarpX-272f963511d71a3f9edf95a1d5108df2c2f70f37.tar.gz
WarpX-272f963511d71a3f9edf95a1d5108df2c2f70f37.tar.zst
WarpX-272f963511d71a3f9edf95a1d5108df2c2f70f37.zip
Another fix of picsar reference in Evolve
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 9d229d36b..7f8118b44 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1170,7 +1170,7 @@ PhysicalParticleContainer::Evolve (int lev,
BL_PROFILE("PPC::Evolve()");
BL_PROFILE_VAR_NS("PPC::Evolve::Copy", blp_copy);
BL_PROFILE_VAR_NS("PICSAR::FieldGather", blp_pxr_fg);
- BL_PROFILE_VAR_NS("PICSAR::ParticlePush", blp_ppc_pp);
+ BL_PROFILE_VAR_NS("PPC::ParticlePush", blp_ppc_pp);
BL_PROFILE_VAR_NS("PPC::Evolve::partition", blp_partition);
const std::array<Real,3>& dx = WarpX::CellSize(lev);