Skip to content

Commit 57a3c4a

Browse files
committed
Set HideResult annotation for unit constant
1 parent cb8796c commit 57a3c4a

File tree

1 file changed

+1
-1
lines changed
  • ModelicaTableAdditions/Blocks

1 file changed

+1
-1
lines changed

ModelicaTableAdditions/Blocks/Test.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ package Test "Test models"
106106

107107
model TestWeatherEPWFile "Weather data from EPW file"
108108
extends Modelica.Icons.Example;
109-
constant Modelica.Units.SI.EnergyFluence unitEnergyFluence = 1;
109+
constant Modelica.Units.SI.EnergyFluence unitEnergyFluence = 1 annotation(HideResult=true);
110110
record EPWCols "Column indices of EPW file"
111111
constant Integer 'dry bulb temperature' = 2 "EPW index for dry bulb temperature in degC";
112112
constant Integer 'dew point temperature' = 3 "EPW index for dew point temperature in degC";

0 commit comments

Comments
 (0)