Cantera  2.0
Macros
vcs_Exception.h File Reference
#include <string>
Include dependency graph for vcs_Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AssertThrowVCS(expr, proc)   ((expr) ? (void) 0 : throw vcsError(proc, std::string("failed Assert: ") + #expr,-1))
 Assertion must be true or an error is thrown.
 
#define DebugAssertThrowVCS(expr, proc)