|
From: Jonathan L. <le...@us...> - 2007-03-20 13:53:26
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26088/src/edu/harvard/syrah/pyxida/nc/lib Modified Files: NCClient.java Log Message: Trimmed memory use with KNN Index: NCClient.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/NCClient.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NCClient.java 21 Feb 2007 15:35:56 -0000 1.7 --- NCClient.java 20 Mar 2007 13:17:26 -0000 1.8 *************** *** 116,120 **** public static double MAX_DIST_FROM_ORIGIN = 60000.; ! final static protected NumberFormat nf = NumberFormat.getInstance(); final static protected int NFDigits = 2; --- 116,120 ---- public static double MAX_DIST_FROM_ORIGIN = 60000.; ! final static protected NumberFormat nf = NumberFormat.getInstance(); final static protected int NFDigits = 2; |