12 lines
228 B
C++
12 lines
228 B
C++
#include "DispCompIecJecIe.h"
|
|
|
|
using namespace MbD;
|
|
|
|
MbD::DispCompIecJecIe::DispCompIecJecIe()
|
|
{
|
|
}
|
|
|
|
MbD::DispCompIecJecIe::DispCompIecJecIe(EndFrmcptr frmi, EndFrmcptr frmj, int axis) : KinematicIeJe(frmi, frmj), axis(axis)
|
|
{
|
|
}
|