Skip to content

Commit f6bcb40

Browse files
committed
new fraction unit "Per mille"
1 parent d4f7db6 commit f6bcb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Physiolibrary/Resources/DisplayUnits/displayunit.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ defineUnitConversion("m2/s", "mm2/s",1e6);
350350
// Temperature coefficient (e.g. of resistance)
351351
defineUnitConversion("1/K", "ppm/K",1e6);
352352

353-
defineUnitConversion("1", "%",100);
354353
// Fuel consumption
355354
defineUnitConversion("cl/km", "l/100km", 1, 0)
356355
defineUnitConversion("cl/km", "mpg", 0, 454.609/1.609344)
@@ -368,6 +367,7 @@ defineUnitConversion("m2/m3", "1/m", 1);
368367

369368
// various
370369
defineUnitConversion("1", "%", 100);
370+
defineUnitConversion("1", "‰",1000);
371371

372372
// -------------------------------------------------------------------
373373
// The default display unit used by Dymola (until another display unit

0 commit comments

Comments
 (0)