From 173b94323a54af1bb60adb5eee3e1548bfba5286 Mon Sep 17 00:00:00 2001 From: Aik-Siong Koh Date: Fri, 1 Dec 2023 01:39:50 -0700 Subject: [PATCH] MBDynGravity --- OndselSolver/ASMTPointInPlaneJoint.cpp | 5 ----- OndselSolver/ASMTPointInPlaneJoint.h | 1 - OndselSolver/MBDynGravity.cpp | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/OndselSolver/ASMTPointInPlaneJoint.cpp b/OndselSolver/ASMTPointInPlaneJoint.cpp index 3a195fc..733055a 100644 --- a/OndselSolver/ASMTPointInPlaneJoint.cpp +++ b/OndselSolver/ASMTPointInPlaneJoint.cpp @@ -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); -} - diff --git a/OndselSolver/ASMTPointInPlaneJoint.h b/OndselSolver/ASMTPointInPlaneJoint.h index ad31541..df1e903 100644 --- a/OndselSolver/ASMTPointInPlaneJoint.h +++ b/OndselSolver/ASMTPointInPlaneJoint.h @@ -17,7 +17,6 @@ namespace MbD { public: std::shared_ptr mbdClassNew() override; void storeOnTimeSeries(std::ofstream& os) override; - void storeOnLevel(std::ofstream& os, int level) override; }; } diff --git a/OndselSolver/MBDynGravity.cpp b/OndselSolver/MBDynGravity.cpp index 02b0f76..a81a9a6 100644 --- a/OndselSolver/MBDynGravity.cpp +++ b/OndselSolver/MBDynGravity.cpp @@ -48,6 +48,7 @@ void MbD::MBDynGravity::parseMBDyn(std::string line) void MbD::MBDynGravity::readFunction(std::vector& args) { assert(false); + noop(); } void MbD::MBDynGravity::createASMT()