Skip to content

Commit

Permalink
Added missing parameter keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Apr 2, 2015
1 parent 8f8ccd2 commit 3012bdc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ within Buildings.Electrical.Transmission.BaseClasses;
partial model PartialNetwork "Partial model that represent an electric network"
parameter Modelica.SIunits.Voltage V_nominal(min=0, start=120)
"Nominal voltage of the lines in the network";
replaceable Buildings.Electrical.Transmission.Grids.PartialGrid grid
replaceable parameter Buildings.Electrical.Transmission.Grids.PartialGrid grid
"Record that describe the grid with the number of nodes, links, connections, etc."
annotation (choicesAllMatching=true,
Placement(transformation(extent={{40,60},{60,80}})));
Expand Down

0 comments on commit 3012bdc

Please sign in to comment.