aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/TextMsg.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Utils/TextMsg.H')
-rw-r--r--Source/Utils/TextMsg.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Utils/TextMsg.H b/Source/Utils/TextMsg.H
index d14329850..023bf11c8 100644
--- a/Source/Utils/TextMsg.H
+++ b/Source/Utils/TextMsg.H
@@ -12,6 +12,8 @@
#define WARPX_ALWAYS_ASSERT_WITH_MESSAGE(EX,MSG) (EX)?((void)0) : ablastr::utils::TextMsg::Assert( # EX , __FILE__, __LINE__ , MSG)
+#define WARPX_ABORT_WITH_MESSAGE(MSG) ablastr::utils::TextMsg::Abort( __FILE__, __LINE__ , MSG)
+
namespace Utils::TextMsg
{
using namespace ablastr::utils::TextMsg;