aboutsummaryrefslogtreecommitdiff
path: root/Python/ParticleProb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Python/ParticleProb.cpp')
-rw-r--r--Python/ParticleProb.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Python/ParticleProb.cpp b/Python/ParticleProb.cpp
deleted file mode 100644
index 71a2118c9..000000000
--- a/Python/ParticleProb.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-
-//
-// Each problem must have its own version of PhysicalParticleContainer::InitData()
-// to initialize the particle data. It must also initialize charge and mass.
-//
-
-#include <ParticleContainer.H>
-#include <WarpXConst.H>
-
-using namespace amrex;
-
-void
-PhysicalParticleContainer::InitData()
-{
- charge = -PhysConst::q_e;
- mass = PhysConst::m_e;
-}