ENH: IOobject: make registerObject flag accessible

This commit is contained in:
mattijs
2012-08-24 12:21:00 +01:00
parent 5541a62875
commit 4dd13eb29b

View File

@ -275,6 +275,12 @@ public:
name_ = newName;
}
//- Register object created from this IOobject with registry if true
bool& registerObject()
{
return registerObject_;
}
//- Register object created from this IOobject with registry if true
bool registerObject() const
{