LUCENE-7290: Roll back resolution increase.

This commit is contained in:
Karl Wright 2016-05-19 05:08:58 -04:00
parent 35024d3edc
commit 7c3095eef0

View File

@ -27,7 +27,7 @@ public class Vector {
* Values that are all considered to be essentially zero have a magnitude * Values that are all considered to be essentially zero have a magnitude
* less than this. * 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. * For squared quantities, the bound is squared too.
*/ */