using namespace MbD;

This commit is contained in:
Aik-Siong Koh
2023-12-01 01:13:13 -07:00
parent a2871455f4
commit 428e81c5ce
3 changed files with 6 additions and 0 deletions

View File

@@ -1 +1,3 @@
#include "ASMTAtPointJoint.h"
using namespace MbD;

View File

@@ -1,2 +1,4 @@
#include "ASMTInLineJoint.h"
using namespace MbD;

View File

@@ -2,6 +2,8 @@
#include "ASMTInPlaneJoint.h"
#include "InPlaneJoint.h"
using namespace MbD;
void MbD::ASMTInPlaneJoint::parseASMT(std::vector<std::string>& lines)
{
ASMTJoint::parseASMT(lines);