|
WarpX
|
Functions | |
| void | AlwaysAssert (bool is_expression_true, const std::string &msg) |
| If is_expression_true is false, this function prints msg and calls amrex::abort() More... | |
| void WarpXUtilMsg::AlwaysAssert | ( | bool | is_expression_true, |
| const std::string & | msg | ||
| ) |
If is_expression_true is false, this function prints msg and calls amrex::abort()
| [in] | is_expression_true | |
| [in] | msg | the string to be printed if is_expression_true is false (default value is "ERROR!") |
1.8.13