some file renaming

This commit is contained in:
John Dupuy
2023-11-15 15:36:03 -06:00
parent 9fae4cdc68
commit 83fe2f6afe
10 changed files with 12 additions and 10 deletions

View File

@@ -215,7 +215,7 @@ set(ONDSELSOLVER_SRC
OndselSolver/MatrixLDU.cpp
OndselSolver/MatrixSolver.cpp
OndselSolver/MaximumIterationError.cpp
OndselSolver/MbdMath.cpp
OndselSolver/MbDMath.cpp
OndselSolver/MBDynBlock.cpp
OndselSolver/MBDynBody.cpp
OndselSolver/MBDynControlData.cpp
@@ -236,9 +236,9 @@ set(ONDSELSOLVER_SRC
OndselSolver/NoRotationJoint.cpp
OndselSolver/NotKinematicError.cpp
OndselSolver/Numeric.cpp
OndselSolver/OrbitAnglezIecJec.cpp
OndselSolver/OrbitAnglezIeqcJec.cpp
OndselSolver/OrbitAnglezIeqcJeqc.cpp
OndselSolver/OrbitAngleZIecJec.cpp
OndselSolver/OrbitAngleZIeqcJec.cpp
OndselSolver/OrbitAngleZIeqcJeqc.cpp
OndselSolver/Orientation.cpp
OndselSolver/ParallelAxesJoint.cpp
OndselSolver/Part.cpp
@@ -505,7 +505,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/MatrixLDU.h
OndselSolver/MatrixSolver.h
OndselSolver/MaximumIterationError.h
OndselSolver/MbdMath.h
OndselSolver/MbDMath.h
OndselSolver/MBDynBlock.h
OndselSolver/MBDynBody.h
OndselSolver/MBDynControlData.h
@@ -526,9 +526,9 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/NoRotationJoint.h
OndselSolver/NotKinematicError.h
OndselSolver/Numeric.h
OndselSolver/OrbitAnglezIecJec.h
OndselSolver/OrbitAnglezIeqcJec.h
OndselSolver/OrbitAnglezIeqcJeqc.h
OndselSolver/OrbitAngleZIecJec.h
OndselSolver/OrbitAngleZIeqcJec.h
OndselSolver/OrbitAngleZIeqcJeqc.h
OndselSolver/Orientation.h
OndselSolver/ParallelAxesJoint.h
OndselSolver/Part.h

View File

@@ -15,6 +15,8 @@
#include "MBDynSystem.h"
#include "ASMTTime.h"
#include "ASMTConstantGravity.h"
#include "ASMTSimulationParameters.h"
#include "ASMTAnimationParameters.h"
namespace MbD {
class ASMTRefPoint;
@@ -25,8 +27,8 @@ namespace MbD {
class ASMTConstraintSet;
class ASMTForceTorque;
class ASMTConstantGravity;
class ASMTSimulationParameters;
class ASMTAnimationParameters;
// class ASMTSimulationParameters;
// class ASMTAnimationParameters;
class ASMTJoint;
class ASMTMotion;
class Units;