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

This commit is contained in:
Mark Olesen
2009-12-16 15:43:56 +01:00
parent e434b51914
commit daf1d6db3d

View File

@ -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);