Skip to content
Snippets Groups Projects
Commit daf1d6db authored by Mark Olesen's avatar Mark Olesen
Browse files

Fixed bad usage of Foam::FatalErrorIn in chemkinLexer.L

parent e434b519
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ int Foam::chemkinReader::yyBufSize = YY_BUF_SIZE;
//! @cond dummy
int yyFlexLexer::yylex()
{
Foam::FatalErrorIn("yyFlexLexer::yylex()")
FatalErrorIn("yyFlexLexer::yylex()")
<< "should not have called this function"
<< abort(Foam::FatalError);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment