foamDictionary: Corrected error message type

This commit is contained in:
Henry Weller
2016-11-11 17:21:13 +00:00
parent 394fd5c824
commit c73f1fa5b1

View File

@ -460,7 +460,7 @@ int main(int argc, char *argv[])
{
FatalIOErrorInFunction(dictFile)
<< "Cannot find entry " << entryName
<< exit(FatalError, 2);
<< exit(FatalIOError, 2);
}
}
}