| 41 | // * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * * // |
| 42 | |
| 43 | void 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 * * * * * * * * * * * * * * * // |
no test coverage detected