aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index c45f73f0f..addde5e37 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1731,7 +1731,7 @@ PhysicalParticleContainer::PushPX(WarpXParIter& pti,
if (WarpX::do_boosted_frame_diagnostic && do_boosted_frame_diags)
{
- warpx_copy_attribs(pti, xp.dataPtr(), yp.dataPtr(), zp.dataPtr());
+ copy_attribs(pti, xp.dataPtr(), yp.dataPtr(), zp.dataPtr());
}
// The following attributes should be included in CPP version of warpx_particle_pusher
@@ -1861,7 +1861,7 @@ PhysicalParticleContainer::PushP (int lev, Real dt,
}
}
-void PhysicalParticleContainer::warpx_copy_attribs(WarpXParIter& pti,const Real* xp,
+void PhysicalParticleContainer::copy_attribs(WarpXParIter& pti,const Real* xp,
const Real* yp, const Real* zp)
{