push epsilon down to .1 mm.

This commit is contained in:
Kevin Ruland 2012-04-16 20:22:39 +00:00
parent 1184c698be
commit 64297d8ee7

View File

@ -10,7 +10,7 @@ public class ComponentPresetRowFilter extends RowFilter<TableModel, Object> {
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;