MBDynGravity
This commit is contained in:
@@ -23,8 +23,3 @@ void MbD::ASMTPointInPlaneJoint::storeOnTimeSeries(std::ofstream& os)
|
||||
ASMTItemIJ::storeOnTimeSeries(os);
|
||||
}
|
||||
|
||||
void MbD::ASMTPointInPlaneJoint::storeOnLevel(std::ofstream& os, int level)
|
||||
{
|
||||
ASMTInPlaneJoint::storeOnLevel(os, level);
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ namespace MbD {
|
||||
public:
|
||||
std::shared_ptr<Joint> mbdClassNew() override;
|
||||
void storeOnTimeSeries(std::ofstream& os) override;
|
||||
void storeOnLevel(std::ofstream& os, int level) override;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,7 @@ void MbD::MBDynGravity::parseMBDyn(std::string line)
|
||||
void MbD::MBDynGravity::readFunction(std::vector<std::string>& args)
|
||||
{
|
||||
assert(false);
|
||||
noop();
|
||||
}
|
||||
|
||||
void MbD::MBDynGravity::createASMT()
|
||||
|
||||
Reference in New Issue
Block a user