MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / mupSetErrorHandler

Function mupSetErrorHandler

ibtk/contrib/muparser/src/muParserDLL.cpp:1200–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198
1199
1200API_EXPORT(void) mupSetErrorHandler(muParserHandle_t a_hParser, muErrorHandler_t a_pHandler)
1201{
1202 AsParserTag(a_hParser)->errHandler = a_pHandler;
1203}
1204
1205
1206/** \brief Return the message associated with the last error. */

Callers

nothing calls this directly

Calls 1

AsParserTagFunction · 0.85

Tested by

no test coverage detected