Skip to content

Commit

Permalink
Base: fixes #4586: Conversion error for PoundForce (lbf)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesrocketshop authored and wwmayer committed Mar 3, 2021
1 parent f5cc302 commit 5edd7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/Quantity.cpp
Expand Up @@ -299,7 +299,7 @@ Quantity Quantity::Ounce (0.0283495231 ,Unit(0,1));
Quantity Quantity::Stone (6.35029318 ,Unit(0,1));
Quantity Quantity::Hundredweights (50.80234544 ,Unit(0,1));

Quantity Quantity::PoundForce (224.81 ,Unit(1,1,-2)); // Newton are ~= 0.22481 lbF
Quantity Quantity::PoundForce (4448.22 ,Unit(1,1,-2)); // lbf are ~= 4.44822 Newton

This comment has been minimized.

Copy link
@donovaly

donovaly Mar 3, 2021

Member

Good catch. Can this please also be backported to FC 0.19?


Quantity Quantity::Newton (1000.0 ,Unit(1,1,-2)); // Newton (kg*m/s^2)
Quantity Quantity::MilliNewton (1.0 ,Unit(1,1,-2));
Expand Down

0 comments on commit 5edd7d0

Please sign in to comment.