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

Method SetArgSep

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

------------------------------------------------------------------------------ \brief Set argument separator. \param cArgSep the argument separator character. */

Source from the content-addressed store, hash-verified

1740 \param cArgSep the argument separator character.
1741 */
1742 void ParserBase::SetArgSep(char_type cArgSep)
1743 {
1744 m_pTokenReader->SetArgSep(cArgSep);
1745 }
1746
1747 //------------------------------------------------------------------------------
1748 /** \brief Dump stack content.

Callers 2

muParserDLL.cppFile · 0.45
EqnTestLocalizedMethod · 0.45

Calls

no outgoing calls

Tested by 1

EqnTestLocalizedMethod · 0.36