diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ParticleProb.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/ParticleProb.cpp b/Python/ParticleProb.cpp index fc8cd0f71..59558c193 100644 --- a/Python/ParticleProb.cpp +++ b/Python/ParticleProb.cpp @@ -1,6 +1,6 @@ // -// Each problem must have its own version of MyParticleContainer::InitData() +// Each problem must have its own version of SingleParticleContainer::InitData() // to initialize the particle data on this level // @@ -12,9 +12,9 @@ #include <WarpXConst.H> void -MyParticleContainer::InitData() +SingleParticleContainer::InitData() { - BL_PROFILE("MyPC::InitData()"); + BL_PROFILE("SPC::InitData()"); charge = -PhysConst::q_e; mass = PhysConst::m_e; |