aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp')
-rw-r--r--Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp
index 3bb02f27e..280c1cfd4 100644
--- a/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp
+++ b/Source/Particles/ElementaryProcess/QEDInternals/QuantumSyncEngineWrapper.cpp
@@ -6,6 +6,8 @@
*/
#include "QuantumSyncEngineWrapper.H"
+#include "Utils/TextMsg.H"
+
#include <AMReX.H>
#include <AMReX_BLassert.H>
#include <AMReX_GpuDevice.H>
@@ -152,7 +154,7 @@ void QuantumSynchrotronEngine::compute_lookup_tables (
m_lookup_tables_initialized = true;
#else
amrex::ignore_unused(ctrl, qs_minimum_chi_part);
- amrex::Abort("WarpX was not compiled with table generation support!");
+ WARPX_ABORT_WITH_MESSAGE("WarpX was not compiled with table generation support!");
#endif
}