dstl/baleen

Incorrect normalisation factor for square inches

Closed this issue · 1 comments

public static final double IN2_TO_M2 = 0.000064516;

The above line is out by a factor of 10, and should be 0.00064516

Thank you for fixing this issue. I'll accepted the pull request but will leave the issue open as a reminder to sort the unit tests out so that this error would have been caught.