19 lines
418 B
C++
19 lines
418 B
C++
#include "TranslationConstraintIqcJqc.h"
|
|
#include "DispCompIeqcJeqcKeqc.h"
|
|
|
|
using namespace MbD;
|
|
|
|
TranslationConstraintIqcJqc::TranslationConstraintIqcJqc(EndFrmcptr frmi, EndFrmcptr frmj, int axisk) :
|
|
TranslationConstraintIqcJc(frmi, frmj, axisk)
|
|
{
|
|
}
|
|
|
|
void TranslationConstraintIqcJqc::initialize()
|
|
{
|
|
}
|
|
|
|
void MbD::TranslationConstraintIqcJqc::initriIeJeIe()
|
|
{
|
|
riIeJeIe = std::make_shared<DispCompIeqcJeqcKeqc>();
|
|
}
|