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

Method ClearFun

ibtk/contrib/muparser/src/muParserBase.cpp:1627–1631  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Clear all functions. \post Resets the parser to string parsing mode. \throw nothrow */

Source from the content-addressed store, hash-verified

1625 \throw nothrow
1626 */
1627 void ParserBase::ClearFun()
1628 {
1629 m_FunDef.clear();
1630 ReInit();
1631 }
1632
1633 //------------------------------------------------------------------------------
1634 /** \brief Clear all user defined constants.

Callers 2

muParserDLL.cppFile · 0.80
TestOptimizerMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

TestOptimizerMethod · 0.64