MCPcopy Create free account
hub / github.com/Cantera/cantera / lastErrorMessage

Method lastErrorMessage

src/base/application.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163string Application::Messages::lastErrorMessage()
164{
165 if (!errorMessage.empty()) {
166 return errorMessage.back();
167 } else {
168 return "<no Cantera error>";
169 }
170}
171
172void Application::Messages::getErrors(std::ostream& f)
173{

Callers 2

ctgetcanteraerror_Function · 0.45
ct_getCanteraErrorFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected