Skip to content

Commit c32b7bf

Browse files
authored
Fix descriptions in ComplexElectric types
Description for re and im were swapped?
1 parent 86543d8 commit c32b7bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Modelica/Units.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,16 +1100,16 @@ end UsersGuide;
11001100
redeclare Modelica.Units.SI.CurrentDensity im "Imaginary part of complex current density")
11011101
"Complex electric current density";
11021102
operator record ComplexElectricPotential =
1103-
Complex(redeclare Modelica.Units.SI.ElectricPotential re "Imaginary part of complex electric potential",
1104-
redeclare Modelica.Units.SI.ElectricPotential im "Real part of complex electric potential")
1103+
Complex(redeclare Modelica.Units.SI.ElectricPotential re "Real part of complex electric potential",
1104+
redeclare Modelica.Units.SI.ElectricPotential im "Imaginary part of complex electric potential")
11051105
"Complex electric potential";
11061106
operator record ComplexPotentialDifference =
11071107
Complex(redeclare Modelica.Units.SI.PotentialDifference re "Real part of complex potential difference",
11081108
redeclare Modelica.Units.SI.PotentialDifference im "Imaginary part of complex potential difference")
11091109
"Complex electric potential difference";
11101110
operator record ComplexVoltage =
1111-
Complex(redeclare Modelica.Units.SI.Voltage re "Imaginary part of complex voltage",
1112-
redeclare Modelica.Units.SI.Voltage im "Real part of complex voltage")
1111+
Complex(redeclare Modelica.Units.SI.Voltage re "Real part of complex voltage",
1112+
redeclare Modelica.Units.SI.Voltage im "Imaginary part of complex voltage")
11131113
"Complex electric voltage";
11141114
operator record ComplexVoltageSlope =
11151115
Complex(redeclare Modelica.Units.SI.VoltageSlope re "Real part of complex voltage slope",

0 commit comments

Comments
 (0)