Skip to content

Commit

Permalink
Revert unenforced annotation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Jan 24, 2024
1 parent a65ed08 commit be33d04
Showing 1 changed file with 2 additions and 2 deletions.
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}})));
constant Real tol=Modelica.Constants.eps;
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}})));
constant Real tol=Modelica.Constants.eps;
constant Real tol=1e-4;
MultiBody.Forces.Damper damper(d=310) annotation (
Placement(transformation(
extent={{-10,-10},{10,10}},
Expand Down

0 comments on commit be33d04

Please sign in to comment.