public double newValue(double v, double refv) {
return new Double( (double)Math.round( (v- refv) * 1000)/1000 );
}
};
String tag= FileName.getBaseName(f);
lc.writeToFile(out, "diff"+tag);
}
public static void main(String[] args) throws Exception { //debug
File dir= Dirs.getFile("dir");