- Register object created from this IOobject with registry if true
| 332 | |
| 333 | //- Register object created from this IOobject with registry if true |
| 334 | bool registerObject() const |
| 335 | { |
| 336 | return registerObject_; |
| 337 | } |
| 338 | |
| 339 | //- Is object same for all processors |
| 340 | bool& globalObject() |
no outgoing calls
no test coverage detected