LUCENE-7290: Roll back resolution increase.

This commit is contained in:
Karl Wright 2016-05-19 05:08:58 -04:00
parent 9873003e1d
commit 8290302667
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class Vector {
* Values that are all considered to be essentially zero have a magnitude
* less than this.
*/
public static final double MINIMUM_RESOLUTION = 1.0e-13;
public static final double MINIMUM_RESOLUTION = 1.0e-12;
/**
* For squared quantities, the bound is squared too.
*/