Skip to content

Commit

Permalink
Minor spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Dec 22, 2021
1 parent 7fe4d1b commit 3124522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Blocks/Logical.mo
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Real input u2, otherwise the output is <strong>false</strong>.

block IntervalTest
"Output y is true, if input u is within the specified interval"
extends Modelica.Blocks.Interfaces.partialBooleanSO;
extends Modelica.Blocks.Interfaces.partialBooleanSO;
parameter Boolean useConstantLimits=true "Otherwise dynamic inputs" annotation(Evaluate=true);
parameter Real constantLowerLimit "Lower limit of interval" annotation(Dialog(enable=useConstantLimits));
parameter Boolean ClosedOnLeft=false "Include lower limit?" annotation(Evaluate=true);
Expand Down

0 comments on commit 3124522

Please sign in to comment.