Skip to content

Commit e5313ae

Browse files
committed
Remove duplicated comments
1 parent 3c128e5 commit e5313ae

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

OpenSim/Simulation/Model/ExponentialContactForce.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,6 @@ class OSIMSIMULATION_API ExponentialContactForce : public Force {
486486
Component::getDiscreteVariableValue(). */
487487
std::string getSlidingDiscreteStateName() const { return "sliding"; }
488488

489-
// 0.0 ≤ Sliding ≤ 1.0.
490-
// A value of 0.0 indicates that p₀ is "static" or fixed in place, in which case
491-
// μ = μₛ. A value of 1.0 indicates that p₀ is "kinetic" or sliding, in which case
492-
// μ = μₖ. A value between 0.0 and 1.0 indicates that a transition from fixed to
493-
// sliding or from sliding to fixed is underway, in which case μₖ ≤ μ ≤ μₛ.
494-
// Sliding is also used to blend between friction Model 1 and Model 2 (see
495-
// above).
496-
497489
/** Get the Sliding state of this exponential contact instance after it
498490
has been updated to be consistent with the System State. The Sliding state
499491
lies between 0.0 and 1.0, where 0.0 indicates that p₀ (the elastic anchor)

0 commit comments

Comments
 (0)