Go to the documentation of this file.
8 #ifndef WARPX_TEXT_MSG_H_
9 #define WARPX_TEXT_MSG_H_
13 #define WARPX_ALWAYS_ASSERT_WITH_MESSAGE(EX,MSG) (EX)?((void)0) : ablastr::utils::TextMsg::Assert( # EX , __FILE__, __LINE__ , MSG)
15 #define WARPX_ABORT_WITH_MESSAGE(MSG) ablastr::utils::TextMsg::Abort( __FILE__, __LINE__ , MSG)