new branch: working
This commit is contained in:
9
MbDCode/ConstraintIJ.cpp
Normal file
9
MbDCode/ConstraintIJ.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user