Skip to content

Commit

Permalink
didn't need that
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Jan 1, 2013
1 parent 6d9dad7 commit 4d65eb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sml-lib/bdd/revolute-joint.sml
Expand Up @@ -374,9 +374,6 @@ fun new {local_anchor_a : vec2,
val () = cB := !cB :+: mB *: impulse
val () = aB := !aB + iB * cross2vv (rB, impulse)

val sweepA = D.B.get_sweep bA
val sweepB = D.B.get_sweep bB

val () = Array.update(positionsa, !m_indexA, !aA)
val () = Array.update(positionsa, !m_indexB, !aB)
val () = Array.update(positionsc, !m_indexA, !cA)
Expand Down

0 comments on commit 4d65eb6

Please sign in to comment.