diff options
author | 2019-10-30 11:40:12 +0100 | |
---|---|---|
committer | 2019-10-30 11:40:12 +0100 | |
commit | 72d55c39b28552a711b4be3cdd7f91e06366624b (patch) | |
tree | 7f827e2c3480041d9fa5010b254ee34737e6746a /Source/Particles/MultiParticleContainer.cpp | |
parent | fa33c9e67a23ca0cfc48a7a54fea5ec8fd0da015 (diff) | |
download | WarpX-72d55c39b28552a711b4be3cdd7f91e06366624b.tar.gz WarpX-72d55c39b28552a711b4be3cdd7f91e06366624b.tar.zst WarpX-72d55c39b28552a711b4be3cdd7f91e06366624b.zip |
clearer error message
Diffstat (limited to 'Source/Particles/MultiParticleContainer.cpp')
-rw-r--r-- | Source/Particles/MultiParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/MultiParticleContainer.cpp b/Source/Particles/MultiParticleContainer.cpp index 8dc969e8f..837f70275 100644 --- a/Source/Particles/MultiParticleContainer.cpp +++ b/Source/Particles/MultiParticleContainer.cpp @@ -768,7 +768,7 @@ MultiParticleContainer::ParseQuantumSyncParams () #ifndef WARPX_QED_TABLE_GEN if(generate_table){ - amrex::Error("Error: use QED_TABLE_GEN=TRUE to enable table generation!\n"); + amrex::Error("Error: Compile with QED_TABLE_GEN=TRUE to enable table generation!\n"); } #endif @@ -827,7 +827,7 @@ MultiParticleContainer::ParseBreitWheelerParams () #ifndef WARPX_QED_TABLE_GEN if(generate_table){ if(ParallelDescriptor::IOProcessor()){ - amrex::Error("Error: use QED_TABLE_GEN=TRUE to enable table generation!\n"); + amrex::Error("Error: Compile with QED_TABLE_GEN=TRUE to enable table generation!\n"); } } #endif |