Skip to content
Snippets Groups Projects
Commit 08ab6f9a authored by andy's avatar andy
Browse files

ENH: filmSubModelBase - added outputTime function

parent c211071a
Branches
Tags
No related merge requests found
......@@ -91,6 +91,14 @@ filmSubModelBase::~filmSubModelBase()
{}
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
bool filmSubModelBase::outputTime() const
{
return active() && owner_.time().outputTime();
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace surfaceFilmModels
......
......@@ -100,6 +100,9 @@ public:
// Access
//- Flag to indicate when to write a property
virtual bool outputTime() const;
//- Return the reference to the owner surface film model
inline const surfaceFilmModel& owner() const;
......
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