Skip to content

Commit

Permalink
experimental adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAD committed Nov 21, 2023
1 parent 7576126 commit dae04b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions OndselSolver/DirectionCosineIecJec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

namespace MbD {
DirectionCosineIecJec::DirectionCosineIecJec()
{
}
= default;

DirectionCosineIecJec::DirectionCosineIecJec(EndFrmsptr frmi, EndFrmsptr frmj, int axisi, int axisj) :
KinematicIeJe(frmi, frmj), axisI(axisi), axisJ(axisj)
Expand Down
6 changes: 3 additions & 3 deletions OndselSolver/DirectionCosineIecJec.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#include <memory>

#include "KinematicIeJe.h"
#include "FullColumn.h"
#include "KinematicIeJe.h"

namespace MbD {

Expand All @@ -25,8 +25,8 @@ namespace MbD {
void calcPostDynCorrectorIteration() override;
double value() override;

int axisI, axisJ; //0, 1, 2 = x, y, z
double aAijIeJe;
int axisI{}, axisJ{}; //0, 1, 2 = x, y, z
double aAijIeJe{};
FColDsptr aAjOIe, aAjOJe;
};
}
Expand Down

0 comments on commit dae04b1

Please sign in to comment.