Skip to content

Commit

Permalink
Update Modelica/Blocks/Logical.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
AHaumer and henrikt-ma committed Dec 15, 2021
1 parent 27c6042 commit 0ebdae5
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 @@ -26,7 +26,7 @@ the output is <strong>false</strong>.
Modelica.Blocks.Interfaces.BooleanInput u[nin]
annotation (Placement(transformation(extent={{-140,-20},{-100,20}})));
equation
y=Modelica.Math.BooleanVectors.allTrue(u);
y = Modelica.Math.BooleanVectors.andTrue(u);
annotation (Icon(coordinateSystem(initialScale=0.1),
graphics={ Text(extent={{-90,40},{90,-40}},textString="and")}),
Documentation(info="<html>
Expand Down

0 comments on commit 0ebdae5

Please sign in to comment.