ENH: added FatalErrorInLookup, FatalIOErrorInLookup macros (#1362)

- to simplify/unify error handling

STYLE: use NotImplemented instead of longer notImplemented(...)
This commit is contained in:
Mark Olesen
2019-07-12 18:00:00 +02:00
committed by Andrew Heather
parent bbc2d4a8b0
commit ba3f0734c0
7 changed files with 32 additions and 23 deletions

View File

@ -524,7 +524,7 @@ public:
//- Return the name of the thermo physics
virtual word thermoName() const
{
NotImplemented
NotImplemented;
return word();
}