Skip to content

Commit

Permalink
fix missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Sep 20, 2024
1 parent cdd5556 commit 30eec96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/Sofa/tests/Core/Mass.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def simulate_beam(linear_solver_template):

root.addObject('DefaultAnimationLoop')

root.addObject('RequiredPlugin', name='Sofa.Component.StateContainer')
root.addObject('RequiredPlugin', name='Sofa.Component.ODESolver.Backward')
root.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Direct')
root.addObject('RequiredPlugin', name='Sofa.Component.Engine.Select')
Expand Down

0 comments on commit 30eec96

Please sign in to comment.