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
7f5112a8
Commit
7f5112a8
authored
Oct 24, 2011
by
mattijs
Browse files
ENH: Time: access to libs
parent
cd64f176
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/Time.H
View file @
7f5112a8
...
...
@@ -416,6 +416,12 @@ public:
return
functionObjects_
;
}
//- External access to the loaded libraries
const
dlLibraryTable
&
libs
()
const
{
return
libs_
;
}
//- External access to the loaded libraries
dlLibraryTable
&
libs
()
{
...
...
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