Skip to content

Commit

Permalink
* Corrector the selector model, #55
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaranskiEBC committed Jul 3, 2019
1 parent 0bef38f commit ba3e98b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ package BaseClasses
annotation (Placement(transformation(extent={{90,-10},{110,10}})));
Modelica.Blocks.Interfaces.RealInput u
annotation (Placement(transformation(extent={{-120,-20},{-80,20}})));
Modelica.Blocks.Sources.IntegerExpression integerExpression(y=integer(u))
Modelica.Blocks.Sources.IntegerExpression integerExpression(y=integer(u) +
1)
annotation (Placement(transformation(extent={{-48,-44},{-28,-24}})));
equation
connect(step.y, extractor.u[1]) annotation (Line(points={{-39,70},{-20,70},
Expand Down

0 comments on commit ba3e98b

Please sign in to comment.