@@ -242,7 +242,7 @@ We add properties to the sphere. First, we add a mass, then an object called 'Un
242242
243243.. code-block :: python
244244
245- SofaRuntime.importPlugin(" Sofa.Component.IntegrationSchemes .Backward" )
245+ SofaRuntime.importPlugin(" Sofa.Component.IntegrationScheme .Backward" )
246246 SofaRuntime.importPlugin(" Sofa.Component.LinearSolver.Iterative" )
247247 SofaRuntime.importPlugin(" Sofa.Component.Mass" )
248248 SofaRuntime.importPlugin(" Sofa.Component.Constraint.Lagrangian.Correction" )
@@ -425,7 +425,7 @@ Here is the entire code of the scene :
425425 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.LinearSolver.Iterative" , printLog = False )
426426 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.Mapping.NonLinear" , printLog = False )
427427 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.Mass" , printLog = False )
428- confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.IntegrationSchemes .Backward" , printLog = False )
428+ confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.IntegrationScheme .Backward" , printLog = False )
429429 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.StateContainer" , printLog = False )
430430 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.Topology.Container.Constant" , printLog = False )
431431 confignode.addObject(' RequiredPlugin' , name = " Sofa.Component.Visual" , printLog = False )
0 commit comments