diff options
author | 2017-03-06 09:04:22 -0800 | |
---|---|---|
committer | 2017-03-06 09:04:22 -0800 | |
commit | 8db8371a7e59131fdd8172a19a1357c99fc61ec7 (patch) | |
tree | e9e12903f0d4f6930fc4198490d9467339064be8 /Python/ParticleProb.cpp | |
parent | 091729f822ce85d08a894fd1ce6c5354ce72eb5d (diff) | |
parent | 2da3e1a73e9fd5c54d679adc4638e35cba537800 (diff) | |
download | WarpX-8db8371a7e59131fdd8172a19a1357c99fc61ec7.tar.gz WarpX-8db8371a7e59131fdd8172a19a1357c99fc61ec7.tar.zst WarpX-8db8371a7e59131fdd8172a19a1357c99fc61ec7.zip |
Merge branch 'amrex'
Diffstat (limited to 'Python/ParticleProb.cpp')
-rw-r--r-- | Python/ParticleProb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/ParticleProb.cpp b/Python/ParticleProb.cpp index 96d0c2d44..71a2118c9 100644 --- a/Python/ParticleProb.cpp +++ b/Python/ParticleProb.cpp @@ -7,6 +7,8 @@ #include <ParticleContainer.H> #include <WarpXConst.H> +using namespace amrex; + void PhysicalParticleContainer::InitData() { |