mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected error macro usage
This commit is contained in:
@ -86,7 +86,7 @@ void Foam::ensightSurfaceReader::readCase(IFstream& is)
|
|||||||
|
|
||||||
if (!is.good())
|
if (!is.good())
|
||||||
{
|
{
|
||||||
FatalErrorInFile
|
FatalErrorInFunction
|
||||||
<< "Cannot read file " << is.name()
|
<< "Cannot read file " << is.name()
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
@ -197,7 +197,7 @@ const Foam::meshedSurface& Foam::ensightSurfaceReader::geometry()
|
|||||||
|
|
||||||
if (!is.good())
|
if (!is.good())
|
||||||
{
|
{
|
||||||
FatalErrorInFile
|
FatalErrorInFunction
|
||||||
<< "Cannot read file " << is.name()
|
<< "Cannot read file " << is.name()
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user