diff options
author | 2017-03-23 20:21:06 +0000 | |
---|---|---|
committer | 2017-03-23 20:21:06 +0000 | |
commit | ca8c8e00d98e06a0e09b973d4cd4cce8c37f3db7 (patch) | |
tree | c809a9623a3dd700f13cebfcd3d22613965d42df /Source/ParticleProb.cpp | |
parent | 01cda1142a6a27a53ad41428d4461c8c28e8356e (diff) | |
parent | bc29a15f36ebe4e553e869c0a3b33f472ab96640 (diff) | |
download | WarpX-ca8c8e00d98e06a0e09b973d4cd4cce8c37f3db7.tar.gz WarpX-ca8c8e00d98e06a0e09b973d4cd4cce8c37f3db7.tar.zst WarpX-ca8c8e00d98e06a0e09b973d4cd4cce8c37f3db7.zip |
Merged in plasma_injector (pull request #14)
Plasma injector
Approved-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
Approved-by: Remi Lehe <remi.lehe@normalesup.org>
Diffstat (limited to 'Source/ParticleProb.cpp')
-rw-r--r-- | Source/ParticleProb.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/ParticleProb.cpp b/Source/ParticleProb.cpp deleted file mode 100644 index 4abec6ea8..000000000 --- a/Source/ParticleProb.cpp +++ /dev/null @@ -1,21 +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 <cmath> - -#include <AMReX_BLProfiler.H> - -#include <ParticleContainer.H> -#include <WarpXConst.H> - -using namespace amrex; - -void -PhysicalParticleContainer::InitData() -{ - static_assert(false, - "Each problem must have its own version of PhysicalParticleContainer::InitData()"); -} |