diff options
author | 2017-03-28 11:11:12 -0700 | |
---|---|---|
committer | 2017-03-28 11:11:12 -0700 | |
commit | 85d6218a3a8838521c495c12bf00942085bc3c8c (patch) | |
tree | 190f2acc98019f325a0f595b54103a0eade478d3 /Python/ParticleProb.cpp | |
parent | 6151dc4888aa6c9571aaf06a89e795bb1f20caf7 (diff) | |
download | WarpX-85d6218a3a8838521c495c12bf00942085bc3c8c.tar.gz WarpX-85d6218a3a8838521c495c12bf00942085bc3c8c.tar.zst WarpX-85d6218a3a8838521c495c12bf00942085bc3c8c.zip |
updating the python-ctypes branch for recent changes in master
Diffstat (limited to '')
-rw-r--r-- | Python/ParticleProb.cpp | 17 |
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; -} |