Skip to content

Commit 624a70b

Browse files
Wrong annotations fixed (#300)
* fixed duplicated name in package.order * fixed wrong annotations (issue #30)
1 parent e82643e commit 624a70b

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

MetroscopeModelingLibrary/Examples/CCGT/GasTurbine_direct.mo

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ equation
7171
preserveAspectRatio=false,
7272
extent={{-100,-100},{100,100}},
7373
grid={2,2})),
74-
Window(
75-
x=0.03,
76-
y=0.02,
77-
width=0.95,
78-
height=0.95),
7974
Icon(coordinateSystem(
8075
preserveAspectRatio=false,
8176
extent={{-100,-100},{100,100}},

MetroscopeModelingLibrary/Examples/CCGT/GasTurbine_reverse.mo

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ equation
9999
preserveAspectRatio=false,
100100
extent={{-100,-100},{100,100}},
101101
grid={2,2})),
102-
Window(
103-
x=0.03,
104-
y=0.02,
105-
width=0.95,
106-
height=0.95),
107102
Icon(coordinateSystem(
108103
preserveAspectRatio=false,
109104
extent={{-100,-100},{100,100}},

MetroscopeModelingLibrary/Tests/Power/HeatExchange/NTU_HeatExchanger_condenser.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ equation
2020
NTUHeatExchange.T_hot_in = 273.15 + 180;
2121
NTUHeatExchange.Cp_hot = 1e10; // the hot fluid is condensing : Cp is infinite.
2222

23-
annotation (Placement(transformation(extent={{-10,-10},{10,10}})),
24-
Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
25-
coordinateSystem(preserveAspectRatio=false)));
23+
annotation (
24+
Icon(coordinateSystem(preserveAspectRatio=false)),
25+
Diagram(coordinateSystem(preserveAspectRatio=false)));
2626
end NTU_HeatExchanger_condenser;

MetroscopeModelingLibrary/Tests/Power/HeatExchange/NTU_HeatExchanger_shell_and_tubes.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ equation
2020
NTUHeatExchange.T_hot_in = 273.15 + 150;
2121
NTUHeatExchange.Cp_hot = 4.2;
2222

23-
annotation (Placement(transformation(extent={{-10,-10},{10,10}})),
24-
Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
25-
coordinateSystem(preserveAspectRatio=false)));
23+
annotation (
24+
Icon(coordinateSystem(preserveAspectRatio=false)),
25+
Diagram(coordinateSystem(preserveAspectRatio=false)));
2626
end NTU_HeatExchanger_shell_and_tubes;

0 commit comments

Comments
 (0)