aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/MultiParticleContainer.cpp')
-rw-r--r--Source/Particles/MultiParticleContainer.cpp4
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