Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PluginExampleTest.scn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<RequiredPlugin name="PluginExample" pluginName="PluginExample"/>
<VisualStyle displayFlags="hideVisualModels showBehaviorModels showMappings showForceFields"/>
<Node name="parent node with independent DOFs">
<EulerExplicitSolver name="ODE solver"/>
<EulerExplicitIntegrationScheme name="ODE solver"/>
<MechanicalObject template="Vec1d" name="angles"/>
<UniformMass template="Vec1d" name="mass"/>
<Node name="child node with DOFs mapped from the parent">
Expand Down
Loading