Skip to content
Open
Changes from 2 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
4 changes: 2 additions & 2 deletions ModelicaTest/MultiBody.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,7 @@ a linear damper is connected here.
extends Modelica.Icons.Example;
inner MultiBody.World world
annotation (Placement(transformation(extent={{-120,20},{-100,40}})));
parameter Real tol=1e-4;
constant Real tol=1e-4;
MultiBody.Forces.Damper damper(d=10) annotation (
Placement(transformation(
extent={{-10,-10},{10,10}},
Expand Down Expand Up @@ -4078,7 +4078,7 @@ a linear damper is connected here.
extends Modelica.Icons.Example;
inner MultiBody.World world
annotation (Placement(transformation(extent={{-120,20},{-100,40}})));
parameter Real tol=1e-4;
constant Real tol=1e-4;
MultiBody.Forces.Damper damper(d=310) annotation (
Placement(transformation(
extent={{-10,-10},{10,10}},
Expand Down