|
dune-grid 2.11
|
Macro for wrapping error checks and throwing exceptions. More...
#include <dune/common/exceptions.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| Include standard header files. | |
Macros | |
| #define | GMSH4_ASSERT_MSG(cond, text) |
| check if condition cond holds; otherwise, throw a Gmsh4Error with a message. | |
| #define | GMSH4_ASSERT(cond) |
| check if condition cond holds; otherwise, throw a Gmsh4Error. | |
Macro for wrapping error checks and throwing exceptions.
| #define GMSH4_ASSERT | ( | cond | ) |
check if condition cond holds; otherwise, throw a Gmsh4Error.
| #define GMSH4_ASSERT_MSG | ( | cond, | |
| text ) |
check if condition cond holds; otherwise, throw a Gmsh4Error with a message.