MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / parseError

Function parseError

src/OpenFOAM/db/IOstreams/token/token.C:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41// * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * * //
42
43void Foam::token::parseError(const char* expected) const
44{
45 FatalIOError
46 << "Parse error, expected a " << expected
47 << ", found \n " << info() << endl;
48}
49
50
51// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //

Callers 8

token.CFile · 0.85
pTokenMethod · 0.85
tokenI.HFile · 0.85
labelTokenMethod · 0.85
floatScalarTokenMethod · 0.85
doubleScalarTokenMethod · 0.85
scalarTokenMethod · 0.85
numberMethod · 0.85

Calls 1

infoFunction · 0.50

Tested by

no test coverage detected