Skip to content

Commit

Permalink
Merge pull request #4011 from opensim-org/fix_cleanup-old-moco-mentions
Browse files Browse the repository at this point in the history
Remove Moco mentions/dependenices from OpenSim/Simulation
  • Loading branch information
nickbianco authored Feb 7, 2025
2 parents 33298c3 + b52e38b commit 5166751
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions OpenSim/Actuators/DeGrooteFregly2016Muscle.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MOCO_DEGROOTEFREGLY2016MUSCLE_H
#define MOCO_DEGROOTEFREGLY2016MUSCLE_H
#ifndef DEGROOTEFREGLY2016MUSCLE_H
#define DEGROOTEFREGLY2016MUSCLE_H
/* -------------------------------------------------------------------------- *
* OpenSim: DeGrooteFregly2016Muscle.h *
* -------------------------------------------------------------------------- *
Expand Down Expand Up @@ -1017,4 +1017,4 @@ class OSIMACTUATORS_API DeGrooteFregly2016Muscle : public Muscle {

} // namespace OpenSim

#endif // MOCO_DEGROOTEFREGLY2016MUSCLE_H
#endif // DEGROOTEFREGLY2016MUSCLE_H
2 changes: 1 addition & 1 deletion OpenSim/Actuators/ModelFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- *
* OpenSim Moco: ModelFactory.cpp *
* ModelFactory.cpp *
* -------------------------------------------------------------------------- *
* Copyright (c) 2018 Stanford University and the Authors *
* *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- *
* OpenSim Moco: Bhargava2004Metabolics.cpp *
* Bhargava2004SmoothedMuscleMetabolics.cpp *
* -------------------------------------------------------------------------- *
* Copyright (c) 2020 Stanford University and the Authors *
* *
Expand Down
10 changes: 5 additions & 5 deletions OpenSim/Simulation/Model/Bhargava2004SmoothedMuscleMetabolics.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef MOCO_BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
#define MOCO_BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
#ifndef BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
#define BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
/* -------------------------------------------------------------------------- *
* OpenSim Moco: Bhargava2004SmoothedMuscleMetabolics.h *
* Bhargava2004SmoothedMuscleMetabolics.h *
* -------------------------------------------------------------------------- *
* Copyright (c) 2020 Stanford University and the Authors *
* *
Expand All @@ -19,7 +19,7 @@
* limitations under the License. *
* -------------------------------------------------------------------------- */

#include <OpenSim/Moco/osimMocoDLL.h>
#include <OpenSim/Simulation/osimSimulationDLL.h>
#include <unordered_map>

#include <OpenSim/Common/PiecewiseLinearFunction.h>
Expand Down Expand Up @@ -380,4 +380,4 @@ class OSIMSIMULATION_API Bhargava2004SmoothedMuscleMetabolics

} // namespace OpenSim

#endif // MOCO_BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
#endif // BHARGAVA2004SMOOTHEDMUSCLEMETABOLICS_H
3 changes: 1 addition & 2 deletions OpenSim/Simulation/PositionMotion.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -------------------------------------------------------------------------- *
* OpenSim Moco: PositionMotion.cpp *
* PositionMotion.cpp *
* -------------------------------------------------------------------------- *
* Copyright (c) 2019 Stanford University and the Authors *
* *
Expand All @@ -20,7 +20,6 @@

#include <OpenSim/Common/Function.h>
#include <OpenSim/Common/GCVSplineSet.h>
#include <OpenSim/Moco/MocoUtilities.h>
#include <OpenSim/Simulation/Model/Model.h>
#include <OpenSim/Simulation/SimbodyEngine/Coordinate.h>
#include <OpenSim/Simulation/StatesTrajectory.h>
Expand Down

0 comments on commit 5166751

Please sign in to comment.