Skip to content

Commit

Permalink
Replaced icon as the previous base class will be removed in future ve…
Browse files Browse the repository at this point in the history
…rsions of the MSL.
  • Loading branch information
mwetter committed Jan 30, 2014
1 parent 70f092b commit d9c5618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Buildings/Utilities/Math/BooleanReplicator.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within Buildings.Utilities.Math;
block BooleanReplicator "Boolean signal replicator"
extends Modelica.Blocks.Interfaces.BooleanBlockIcon;
extends Modelica.Blocks.Icons.BooleanBlock;
parameter Integer nout=1 "Number of outputs";
Modelica.Blocks.Interfaces.BooleanInput u "Connector of boolean input signal"
annotation (Placement(transformation(extent={{-140,-20},{-100,20}},
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Utilities/Math/IntegerReplicator.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within Buildings.Utilities.Math;
block IntegerReplicator "Integer signal replicator"
extends Modelica.Blocks.Interfaces.IntegerBlockIcon;
extends Modelica.Blocks.Icons.IntegerBlock;
parameter Integer nout=1 "Number of outputs";
Modelica.Blocks.Interfaces.IntegerInput u "Connector of integer input signal"
annotation (Placement(transformation(extent={{-140,-20},{-100,20}},
Expand Down

0 comments on commit d9c5618

Please sign in to comment.