COMP: consistent FatalError/FatalIOError exit types

STYLE: hostName() is short name, don't need parameter
This commit is contained in:
Mark Olesen
2021-11-30 14:03:31 +01:00
parent ed5dee71a4
commit e9054ec636
29 changed files with 45 additions and 45 deletions

View File

@ -137,7 +137,7 @@ composedFunctionImplicitFunction
{
FatalIOErrorInFunction(funcDict)
<< "Entry " << key << " is not a dictionary" << endl
<< exit(FatalError);
<< exit(FatalIOError);
}
const dictionary& subdict = dEntry.dict();