mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
vibrating wall added, tested; time interval for wall motion added, tested
This commit is contained in:
@ -64,11 +64,18 @@ public:
|
||||
return control_;
|
||||
}
|
||||
|
||||
inline
|
||||
real dt()const
|
||||
{
|
||||
return control_.time().dt();
|
||||
}
|
||||
|
||||
inline
|
||||
real currentTime()const
|
||||
{
|
||||
return control_.time().currentTime();
|
||||
}
|
||||
|
||||
auto& timers(){
|
||||
return timers_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user