mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fixed bad usage of Foam::FatalErrorIn in chemkinLexer.L
This commit is contained in:
@ -42,7 +42,7 @@ int Foam::chemkinReader::yyBufSize = YY_BUF_SIZE;
|
|||||||
//! @cond dummy
|
//! @cond dummy
|
||||||
int yyFlexLexer::yylex()
|
int yyFlexLexer::yylex()
|
||||||
{
|
{
|
||||||
Foam::FatalErrorIn("yyFlexLexer::yylex()")
|
FatalErrorIn("yyFlexLexer::yylex()")
|
||||||
<< "should not have called this function"
|
<< "should not have called this function"
|
||||||
<< abort(Foam::FatalError);
|
<< abort(Foam::FatalError);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user