Skip to content

Commit 50491b4

Browse files
committed
Fixes issue4549
Corrected typo in conversion factor from debye to C.m
1 parent cf4c2e3 commit 50491b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modelica/Media/package.mo

+2-2
Original file line numberDiff line numberDiff line change
@@ -6757,7 +6757,7 @@ Note: Reference enthalpy might have to be extended with enthalpy of formation.
67576757
Temperature meltingPoint "Melting point at 101325 Pa";
67586758
Temperature normalBoilingPoint "Normal boiling point (at 101325 Pa)";
67596759
DipoleMoment dipoleMoment
6760-
"Dipole moment of molecule in Debye (1 debye = 3.33564e10-30 C.m)";
6760+
"Dipole moment of molecule in Debye (1 debye = 3.33564e-30 C.m)";
67616761
Boolean hasIdealGasHeatCapacity=false
67626762
"= true, if ideal gas heat capacity is available";
67636763
Boolean hasCriticalData=false "= true, if critical data are known";
@@ -6801,7 +6801,7 @@ Note: Reference enthalpy might have to be extended with enthalpy of formation.
68016801
Temperature meltingPoint "Melting point at 101325 Pa";
68026802
Temperature normalBoilingPoint "Normal boiling point (at 101325 Pa)";
68036803
DipoleMoment dipoleMoment
6804-
"Dipole moment of molecule in Debye (1 debye = 3.33564e10-30 C.m)";
6804+
"Dipole moment of molecule in Debye (1 debye = 3.33564e-30 C.m)";
68056805
Boolean hasIdealGasHeatCapacity=false
68066806
"= true, if ideal gas heat capacity is available";
68076807
Boolean hasCriticalData=false "= true, if critical data are known";

0 commit comments

Comments
 (0)