Skip to content

Commit cf532e9

Browse files
authored
Apply name changing on code and examples (sofa-framework#208)
1 parent bb05c7e commit cf532e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python3/component/BeamProjectionDifferenceMultiMapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def createScene(rootnode):
2020
rootnode.dt.value = 0.01
2121

2222
rootnode.addObject('FreeMotionAnimationLoop')
23-
rootnode.addObject('ProjectedGaussSeidelConstraintSolver', maxIterations=1000, tolerance=1e-3)
23+
rootnode.addObject('BlockGaussSeidelConstraintSolver', maxIterations=1000, tolerance=1e-3)
2424

2525
simulation = rootnode.addChild('Simulation')
2626
simulation.addObject('EulerImplicitSolver')

0 commit comments

Comments
 (0)