Skip to content

Commit

Permalink
Fix missing simulation time
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
tobolar and HansOlsson committed Jan 12, 2024
1 parent 6ab66f9 commit f4ad4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModelicaTest/Blocks.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2153,5 +2153,6 @@ the whole homotopy transformation.</p>
connect(ramp.y, limiterMinZero.u) annotation (Line(points={{-59,0},{-40,0},{-40,70},{18,70}}, color={0,0,127}));
connect(ramp.y, gain.u) annotation (Line(points={{-59,0},{-40,0},{-40,-30},{-22,-30}}, color={0,0,127}));
connect(gain.y, limiterMaxZero.u) annotation (Line(points={{1,-30},{10,-30},{10,-30},{18,-30}}, color={0,0,127}));
annotation (experiment(StopTime=1.0));
end ZeroThresholds;
end Blocks;

0 comments on commit f4ad4d2

Please sign in to comment.