RINGMesh  Version 5.0.0
A programming library for geological model meshes
ringmesh_assert.h File Reference

Go to the source code of this file.

Namespaces

 RINGMesh
 Classes to build GeoModel from various inputs.
 

Macros

#define ringmesh_assert(x)
 
#define ringmesh_assert_not_reached
 

Functions

void RINGMESH_API RINGMesh::ringmesh_assertion_failed (const std::string &condition_string, const std::string &file, int line)
 
void RINGMESH_API RINGMesh::ringmesh_should_not_have_reached (const std::string &file, int line)
 

Macro Definition Documentation

◆ ringmesh_assert

#define ringmesh_assert (   x)

Definition at line 63 of file ringmesh_assert.h.

◆ ringmesh_assert_not_reached

#define ringmesh_assert_not_reached

Definition at line 64 of file ringmesh_assert.h.