Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4dd13eb2
Commit
4dd13eb2
authored
Aug 24, 2012
by
mattijs
Browse files
ENH: IOobject: make registerObject flag accessible
parent
5541a628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobject.H
View file @
4dd13eb2
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment