Skip to content

Commit

Permalink
Change doc string in the style of Modelica.Blocks.Math
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Gall <leo.gall@ltx.de>
  • Loading branch information
christiankral and GallLeo committed Oct 16, 2022
1 parent d6e07b8 commit 2501bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Math.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ This means that:</p>
</html>"));
end SignalExtrema;

block ContinuousSignalExtrema "Peak of input signal"
block ContinuousSignalExtrema "Store the minimum and maximum values of the input signal"
extends Modelica.Blocks.Icons.Block;
parameter Modelica.Units.SI.Time T(min=Modelica.Constants.small)=1e-6 "Derivative time constant";
Modelica.Blocks.Interfaces.RealInput u
Expand Down

0 comments on commit 2501bc7

Please sign in to comment.