Skip to content

Commit

Permalink
Merge pull request #1075 from lbl-srg/tbeu-fix-connectorSizing
Browse files Browse the repository at this point in the history
Tbeu fix connector sizing
  • Loading branch information
mwetter authored Nov 22, 2017
2 parents 18464c7 + 00ea604 commit 894b079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ model SimplifiedRoom "Simplified data center room"
"Medium model";
parameter Integer nPorts=0 "Number of parts" annotation (Evaluate=true,
Dialog(
__Dymola_connectorSizing=true,
connectorSizing=true,
tab="General",
group="Ports"));
parameter Modelica.SIunits.Length rooLen "Length of the room";
Expand Down
2 changes: 2 additions & 0 deletions bin/checkRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"__Dymola_checkBox",
"__Dymola_choicesAllMatching",
"__Dymola_classOrder",
"__Dymola_connectorSizing",
"__Dymola_loadSelector",
"__Dymola_colorSelector",
"__Dymola_editButton",
"__Dymola_experimentSetupOutput",
Expand Down

0 comments on commit 894b079

Please sign in to comment.