Revert "add pa_to_psi conversion"
authorBdale Garbee <bdale@gag.com>
Thu, 11 May 2017 04:16:46 +0000 (22:16 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 11 May 2017 04:16:46 +0000 (22:16 -0600)
This reverts commit b05c34b67bec00df1e90635fc27eb849223deb56.

altoslib/AltosConvert.java

index b3069ac7ea35fab68d275cff68bc017442d06b44..3489a609fc9eac2156b9c586ee23af0660a09512 100644 (file)
@@ -368,10 +368,6 @@ public class AltosConvert {
                return (c - 32) * 5/9;
        }
 
-       public static double pa_to_psi(double pa) {
-               return pa / 6894.76;
-       }
-
        public static double psi_to_pa(double psi) {
                return psi * 6894.76;
        }