WarpX
Namespaces | Macros
TextMsg.H File Reference
#include <ablastr/utils/TextMsg.H>

Go to the source code of this file.

Namespaces

 Utils
 
 Utils::TextMsg
 

Macros

#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)
 

Macro Definition Documentation

◆ WARPX_ABORT_WITH_MESSAGE

#define WARPX_ABORT_WITH_MESSAGE (   MSG)    ablastr::utils::TextMsg::Abort( __FILE__, __LINE__ , MSG)

◆ WARPX_ALWAYS_ASSERT_WITH_MESSAGE

#define WARPX_ALWAYS_ASSERT_WITH_MESSAGE (   EX,
  MSG 
)    (EX)?((void)0) : ablastr::utils::TextMsg::Assert( # EX , __FILE__, __LINE__ , MSG)