ENH: objectRegistry - added thisDb() helper function

This commit is contained in:
Andrew Heather
2018-11-14 20:58:38 +00:00
parent 0a89ab81d0
commit 031cd2ebbd

View File

@ -161,6 +161,12 @@ public:
// Access
//- Return the object registry
const objectRegistry& thisDb() const
{
return *this;
}
//- Return time
const Time& time() const
{