From: kruland2607 Date: Mon, 16 Apr 2012 20:22:39 +0000 (+0000) Subject: push epsilon down to .1 mm. X-Git-Tag: upstream/12.09^2~356 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=28c04abff70f58369f505880468048756b725bbe;p=debian%2Fopenrocket push epsilon down to .1 mm. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@564 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/core/src/net/sf/openrocket/gui/dialogs/preset/ComponentPresetRowFilter.java b/core/src/net/sf/openrocket/gui/dialogs/preset/ComponentPresetRowFilter.java index 78eadda8..328221b4 100644 --- a/core/src/net/sf/openrocket/gui/dialogs/preset/ComponentPresetRowFilter.java +++ b/core/src/net/sf/openrocket/gui/dialogs/preset/ComponentPresetRowFilter.java @@ -10,7 +10,7 @@ public class ComponentPresetRowFilter extends RowFilter { private final double value; private final int column; // FIXME - what should epsilon be? - private final double epsilon = .0002; + private final double epsilon = .0001; ComponentPresetRowFilter( double value, int column ) { this.value = value;