Skip to content

Commit

Permalink
Add missing 'each' in Modelica.Electrical.Analog.Basic.M_Transformer. (
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and beutlich committed May 20, 2019
1 parent 0855a06 commit 6aa5f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Analog/Basic.mo
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ package Basic "Basic electrical components"
annotation (Placement(transformation(extent={{90,-70},{110,70}})));

SI.Voltage v[N] "Voltage drop over inductors";
SI.Current i[N](each start=0, fixed=true)
SI.Current i[N](each start=0, each fixed=true)
"Current through inductors";
parameter SI.Inductance Lm[N, N](each final fixed=false)
"Complete symmetric inductance matrix, calculated internally";
Expand Down

0 comments on commit 6aa5f83

Please sign in to comment.