Skip to content

Commit 681f7b2

Browse files
authored
Apply name changing on code and examples (#75)
1 parent 307b8eb commit 681f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/component/constraint/scenes/SurfacePressureConstraint.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<BVHNarrowPhase />
1111
<CollisionResponse response='FrictionContactConstraint'/>
1212
<LocalMinDistance name="Proximity" alarmDistance='3' contactDistance='0.5'/>
13-
<ProjectedGaussSeidelConstraintSolver name="ProjectedGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
13+
<BlockGaussSeidelConstraintSolver name="BlockGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
1414

1515

1616
<Node name='bunny'>

0 commit comments

Comments
 (0)