mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: IOobject: make registerObject flag accessible
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user