mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
vibrating wall added, tested; time interval for wall motion added, tested
This commit is contained in:
@ -21,6 +21,7 @@ Licence:
|
||||
#ifndef __rotatingAxis_hpp__
|
||||
#define __rotatingAxis_hpp__
|
||||
|
||||
#include "timeInterval.hpp"
|
||||
#include "line.hpp"
|
||||
|
||||
namespace pFlow
|
||||
@ -33,6 +34,7 @@ class rotatingAxis;
|
||||
|
||||
class rotatingAxis
|
||||
:
|
||||
public timeInterval,
|
||||
public line
|
||||
{
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user