Skip to content
Snippets Groups Projects
Commit 031cd2eb authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: objectRegistry - added thisDb() helper function

parent 0a89ab81
Branches
Tags
No related merge requests found
......@@ -161,6 +161,12 @@ public:
// Access
//- Return the object registry
const objectRegistry& thisDb() const
{
return *this;
}
//- Return time
const Time& time() const
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment