Skip to content
Snippets Groups Projects
Commit 7f5112a8 authored by mattijs's avatar mattijs
Browse files

ENH: Time: access to libs

parent cd64f176
Branches
Tags
No related merge requests found
......@@ -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()
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment