Skip to content

Commit 646b1ad

Browse files
committed
Density.json: Fix conversion factors for PoundPerCubicFoot/Inch
1 parent 78c5b56 commit 646b1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UnitsNet/Scripts/UnitDefinitions/Density.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
{
4848
"SingularName": "PoundPerCubicInch",
4949
"PluralName": "PoundsPerCubicInch",
50-
"FromUnitToBaseFunc": "x*1089760.10003604",
51-
"FromBaseToUnitFunc": "x*9.17633156111081E-07",
50+
"FromUnitToBaseFunc": "x*27679.904710191",
51+
"FromBaseToUnitFunc": "x/27679.904710191",
5252
"Prefixes": ["Kilo"],
5353
"Localization": [
5454
{
@@ -61,8 +61,8 @@
6161
{
6262
"SingularName": "PoundPerCubicFoot",
6363
"PluralName": "PoundsPerCubicFoot",
64-
"FromUnitToBaseFunc": "x*52.5540171699479",
65-
"FromBaseToUnitFunc": "x*0.0190280411251194",
64+
"FromUnitToBaseFunc": "x/0.062427961",
65+
"FromBaseToUnitFunc": "x*0.062427961",
6666
"Prefixes": ["Kilo"],
6767
"Localization": [
6868
{

0 commit comments

Comments
 (0)