diff options
author | 2018-08-17 14:03:50 -0700 | |
---|---|---|
committer | 2018-08-17 14:03:50 -0700 | |
commit | d3e86a70d873c099267d075fe96903af912ab9db (patch) | |
tree | f5d900ba67866bc190fdaa339041919d773f2f18 /Source/PhysicalParticleContainer.cpp | |
parent | 852daa5ee5531a87f8a69bcaa171e2610f3e67c2 (diff) | |
parent | 3d1d1eabb87ae06dd4c96e9be1a4e04151d9098f (diff) | |
download | WarpX-d3e86a70d873c099267d075fe96903af912ab9db.tar.gz WarpX-d3e86a70d873c099267d075fe96903af912ab9db.tar.zst WarpX-d3e86a70d873c099267d075fe96903af912ab9db.zip |
Merge branch 'master' into pml-2sc
Diffstat (limited to 'Source/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/PhysicalParticleContainer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/PhysicalParticleContainer.cpp b/Source/PhysicalParticleContainer.cpp index 4251f2db1..c28973ca3 100644 --- a/Source/PhysicalParticleContainer.cpp +++ b/Source/PhysicalParticleContainer.cpp @@ -1289,6 +1289,7 @@ void PhysicalParticleContainer::GetParticleSlice(const int direction, const Real } } #else - AMREX_ALWAYS_ASSERT(false); + AMREX_ALWAYS_ASSERT_WITH_MESSAGE( false , +"ERROR: WarpX must be compiled with STORE_OLD_PARTICLE_ATTRIBS=TRUE to use the back-transformed diagnostics"); #endif } |