new branch: working

This commit is contained in:
Aik-Siong Koh
2023-05-09 12:50:36 -06:00
parent d5ac041906
commit 9ddca433a1
67 changed files with 865 additions and 190 deletions

9
MbDCode/ConstraintIJ.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "ConstraintIJ.h"
#include "EndFramec.h"
using namespace MbD;
MbD::ConstraintIJ::ConstraintIJ(std::shared_ptr<EndFramec> frmi, std::shared_ptr<EndFramec> frmj) : frmI(frmi), frmJ(frmj)
{
aConstant = 0.0;
}