Skip to content

Commit 936bff7

Browse files
committed
Fix scenes with new integration schemes names
1 parent 80ceb0c commit 936bff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PluginExampleTest.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RequiredPlugin name="PluginExample" pluginName="PluginExample"/>
44
<VisualStyle displayFlags="hideVisualModels showBehaviorModels showMappings showForceFields"/>
55
<Node name="parent node with independent DOFs">
6-
<EulerExplicitSolver name="ODE solver"/>
6+
<EulerExplicitIntegrationScheme name="ODE solver"/>
77
<MechanicalObject template="Vec1d" name="angles"/>
88
<UniformMass template="Vec1d" name="mass"/>
99
<Node name="child node with DOFs mapped from the parent">

0 commit comments

Comments
 (0)