Add access to motion time index

This commit is contained in:
Hrvoje Jasak 2011-08-03 09:17:24 +01:00
parent 4a48eea9a2
commit a2a3c47d72

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)
{