Skip to content

Commit a1d503b

Browse files
authored
Merge pull request #4642 from henrikt-ma/singulartransformer-parameter-propagation
Make parameter propagation in SingularTransformer final
2 parents 99dff88 + bb988e2 commit a1d503b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ModelicaTest/Electrical/SingularTransformer.mo

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ model SingularTransformer
2424
Modelica.Electrical.Analog.Basic.Ground ground2 annotation (Placement(
2525
transformation(extent={{68,0},{88,20}})));
2626
Modelica.Electrical.Analog.Basic.Transformer basicTransformer(
27-
L1=L,
28-
L2=L,
29-
M=L,
27+
final L1=L,
28+
final L2=L,
29+
final M=L,
3030
i1(fixed=true)) annotation (Placement(transformation(extent={{-10,32},{10,52}})));
3131
equation
3232
connect(sineVoltage1.n, ground1.p)

0 commit comments

Comments
 (0)