gatk-3.8/java
kiran f838a5e511 Changed some double comparisons of the form a == b to abs(a - b) <= precision. Now we shouldn't be passing or failing some if conditions due to floating-point precision.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@388 348d0f76-0448-11de-a6fe-93d51630548a
2009-04-13 20:05:46 +00:00
..
src/org/broadinstitute/sting Changed some double comparisons of the form a == b to abs(a - b) <= precision. Now we shouldn't be passing or failing some if conditions due to floating-point precision. 2009-04-13 20:05:46 +00:00
test/org/broadinstitute/sting Some minor fixes to the last check-in 2009-04-13 18:24:51 +00:00