Clean-up
This commit is contained in:
parent
995344f173
commit
aa5553e641
1 changed files with 2 additions and 15 deletions
|
@ -97,19 +97,6 @@ public:
|
||||||
const Time& runTime
|
const Time& runTime
|
||||||
);
|
);
|
||||||
|
|
||||||
/* //- Construct and return a clone
|
|
||||||
virtual autoPtr<solidBodyMotionFunction> clone() const
|
|
||||||
{
|
|
||||||
return autoPtr<solidBodyMotionFunction>
|
|
||||||
(
|
|
||||||
new rotatingOscillation
|
|
||||||
(
|
|
||||||
SBMFCoeffs_,
|
|
||||||
time_
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
//- Destructor
|
//- Destructor
|
||||||
virtual ~rotatingOscillation();
|
virtual ~rotatingOscillation();
|
||||||
|
|
Reference in a new issue