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

Function mupGetErrorPos

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

Source from the content-addressed store, hash-verified

1249
1250/** \brief Return the position associated with the last error. */
1251API_EXPORT(int) mupGetErrorPos(muParserHandle_t a_hParser)
1252{
1253 return (int)AsParserTag(a_hParser)->exc.GetPos();
1254}
1255
1256
1257API_EXPORT(muFloat_t*) mupCreateVar()

Callers

nothing calls this directly

Calls 2

AsParserTagFunction · 0.85
GetPosMethod · 0.45

Tested by

no test coverage detected