Skip to content

Commit

Permalink
Moved icon so that they are all at the same location
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Mar 12, 2015
1 parent d0bf4a5 commit 2b7e6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Annex60/Fluid/Movers/SpeedControlled_Nrpm.mo
Expand Up @@ -14,7 +14,7 @@ model SpeedControlled_Nrpm
replaceable parameter Data.SpeedControlled_Nrpm per
"Record with performance data"
annotation (choicesAllMatching=true,
Placement(transformation(extent={{20,-80},{40,-60}})));
Placement(transformation(extent={{60,-80},{80,-60}})));

Modelica.Blocks.Interfaces.RealInput Nrpm(unit="1/min")
"Prescribed rotational speed"
Expand Down
2 changes: 1 addition & 1 deletion Annex60/Fluid/Movers/SpeedControlled_y.mo
Expand Up @@ -14,7 +14,7 @@ model SpeedControlled_y
replaceable parameter Data.SpeedControlled_y per
"Record with performance data"
annotation (choicesAllMatching=true,
Placement(transformation(extent={{20,-80},{40,-60}})));
Placement(transformation(extent={{60,-80},{80,-60}})));

Modelica.Blocks.Interfaces.RealInput y(min=0, unit="1")
"Constant normalized rotational speed"
Expand Down

0 comments on commit 2b7e6f0

Please sign in to comment.