Add access to motion time index

This commit is contained in:
Hrvoje Jasak 2011-08-03 09:17:24 +01:00
parent 873c573f8d
commit 4881ed8133

View file

@ -394,6 +394,12 @@ public:
return moving_;
}
//- Return current motion time index
label curMotionTimeIndex() const
{
return moving_;
}
//- Set the mesh to be moving
bool moving(const bool m)
{