mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: consistent FatalError/FatalIOError exit types
STYLE: hostName() is short name, don't need parameter
This commit is contained in:
@ -137,7 +137,7 @@ composedFunctionImplicitFunction
|
||||
{
|
||||
FatalIOErrorInFunction(funcDict)
|
||||
<< "Entry " << key << " is not a dictionary" << endl
|
||||
<< exit(FatalError);
|
||||
<< exit(FatalIOError);
|
||||
}
|
||||
|
||||
const dictionary& subdict = dEntry.dict();
|
||||
|
||||
Reference in New Issue
Block a user