Cantera
2.0
|
#include <string>
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) |