convert-units icon indicating copy to clipboard operation
convert-units copied to clipboard

Error in Pressure Module

Open SoftCircuits opened this issue 8 years ago • 0 comments

Looks like you may have an error in your Pressure module.

The anchor unit for the imperial system is marked as "psi". But the psi to_anchor is 1/1000 instead of 1, while the to_anchor for "ksi" is 1. Since to_anchor is the multiplier to convert to the anchor unit, the anchor unit should always have a ratio of 1.

SoftCircuits avatar May 22 '17 15:05 SoftCircuits