Skip to content

Commit

Permalink
Minor whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 1, 2023
1 parent e9e0008 commit 507e4e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenSim/Simulation/Model/Blankevoort1991Ligament.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ OpenSim_DECLARE_CONCRETE_OBJECT(Blankevoort1991Ligament, Force)
//=============================================================================
// PROPERTIES
//=============================================================================

OpenSim_DECLARE_PROPERTY(path, AbstractPath,
"The path defines the length and lengthening speed of the ligament.")
OpenSim_DECLARE_PROPERTY(linear_stiffness, double,
Expand Down
2 changes: 1 addition & 1 deletion OpenSim/Simulation/Model/GeometryPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ getPointForceDirections(const SimTK::State& s,
/* add in the equivalent spatial forces on bodies for an applied tension
along the GeometryPath to a set of bodyForces */
void GeometryPath::addInEquivalentForces(const SimTK::State& s,
const double& tension,
const double& tension,
SimTK::Vector_<SimTK::SpatialVec>& bodyForces,
SimTK::Vector& mobilityForces) const
{
Expand Down
2 changes: 1 addition & 1 deletion OpenSim/Simulation/Model/GeometryPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ OpenSim_DECLARE_CONCRETE_OBJECT(GeometryPath, AbstractPath);
private:
mutable CacheVariable<std::vector<PathElementLookup>> _currentPathCV;
mutable CacheVariable<SimTK::Vec3> _colorCV;

//=============================================================================
// METHODS
//=============================================================================
Expand Down

0 comments on commit 507e4e1

Please sign in to comment.