mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: added FatalErrorInLookup, FatalIOErrorInLookup macros (#1362)
- to simplify/unify error handling STYLE: use NotImplemented instead of longer notImplemented(...)
This commit is contained in:
committed by
Andrew Heather
parent
bbc2d4a8b0
commit
ba3f0734c0
@ -524,7 +524,7 @@ public:
|
||||
//- Return the name of the thermo physics
|
||||
virtual word thermoName() const
|
||||
{
|
||||
NotImplemented
|
||||
NotImplemented;
|
||||
return word();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user