Skip to content

Commit

Permalink
Unify code apperance
Browse files Browse the repository at this point in the history
by using fully qualified class names
  • Loading branch information
christiankral committed Jun 6, 2021
1 parent f5257ee commit 480d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Analog/Lines/M_OLine.mo
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public
useHeatPort=fill(useHeatPort, dim_vector_lgc),
T=fill(T, dim_vector_lgc));
Modelica.Electrical.Analog.Basic.M_Transformer inductance(N=lines, L=Ll);
Ideal.Short M annotation (Placement(transformation(
Modelica.Electrical.Analog.Ideal.Short M annotation (Placement(transformation(
extent={{-10,-10},{10,10}},
rotation=270,
origin={0,-70})));
Expand Down

0 comments on commit 480d2ef

Please sign in to comment.