From 428e81c5cec63783114b8cd3c687f9816a2b3308 Mon Sep 17 00:00:00 2001 From: Aik-Siong Koh Date: Fri, 1 Dec 2023 01:13:13 -0700 Subject: [PATCH] using namespace MbD; --- OndselSolver/ASMTAtPointJoint.cpp | 2 ++ OndselSolver/ASMTInLineJoint.cpp | 2 ++ OndselSolver/ASMTInPlaneJoint.cpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/OndselSolver/ASMTAtPointJoint.cpp b/OndselSolver/ASMTAtPointJoint.cpp index b43f8db..f0b3efe 100644 --- a/OndselSolver/ASMTAtPointJoint.cpp +++ b/OndselSolver/ASMTAtPointJoint.cpp @@ -1 +1,3 @@ #include "ASMTAtPointJoint.h" + +using namespace MbD; diff --git a/OndselSolver/ASMTInLineJoint.cpp b/OndselSolver/ASMTInLineJoint.cpp index 27e9382..5aee6f6 100644 --- a/OndselSolver/ASMTInLineJoint.cpp +++ b/OndselSolver/ASMTInLineJoint.cpp @@ -1,2 +1,4 @@ #include "ASMTInLineJoint.h" + +using namespace MbD; diff --git a/OndselSolver/ASMTInPlaneJoint.cpp b/OndselSolver/ASMTInPlaneJoint.cpp index 1b372da..b15371d 100644 --- a/OndselSolver/ASMTInPlaneJoint.cpp +++ b/OndselSolver/ASMTInPlaneJoint.cpp @@ -2,6 +2,8 @@ #include "ASMTInPlaneJoint.h" #include "InPlaneJoint.h" +using namespace MbD; + void MbD::ASMTInPlaneJoint::parseASMT(std::vector& lines) { ASMTJoint::parseASMT(lines);