File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ eqc1 = geteqconstraint(mech, "jointb1")
2020eqc2 = geteqconstraint (mech, " joint12" )
2121@test body1 === mech. bodies[1 ]
2222@test body2 === mech. bodies[2 ]
23- @test eqc1 === mech. eqconstraints[1 ]
24- @test eqc2 === mech. eqconstraints[2 ]
23+ @test eqc1 === mech. eqconstraints[3 ]
24+ @test eqc2 === mech. eqconstraints[4 ]
2525
2626body1 = getcomponent (mech, " body1" )
2727body2 = getcomponent (mech, " body2" )
2828eqc1 = getcomponent (mech, " jointb1" )
2929eqc2 = getcomponent (mech, " joint12" )
3030@test body1 === mech. bodies[1 ]
3131@test body2 === mech. bodies[2 ]
32- @test eqc1 === mech. eqconstraints[1 ]
33- @test eqc2 === mech. eqconstraints[2 ]
32+ @test eqc1 === mech. eqconstraints[3 ]
33+ @test eqc2 === mech. eqconstraints[4 ]
You can’t perform that action at this time.
0 commit comments