|
[HepData-svn] r1411 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formatsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 14 16:42:07 BST 2010
Author: whalley Date: Thu Oct 14 16:42:07 2010 New Revision: 1411 Log: tweaking Jhepwork formatter Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/JhepworkFormatter.java Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/JhepworkFormatter.java ============================================================================== --- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/JhepworkFormatter.java Thu Oct 14 16:40:38 2010 (r1410) +++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/JhepworkFormatter.java Thu Oct 14 16:42:07 2010 (r1411) @@ -92,7 +92,6 @@ Double xup = null; Double xdn = null; if(b.getRelation() == Relation.EQUALS){ - System.out.println(" " + b.getFocus() + " " + b.getHighValue() + " " + b.getLowValue() + " " + b.getRelation()); xfocus = b.getFocus(); if(xfocus != null) { xup = b.getHighValue() - xfocus;
More information about the HepData-svn mailing list |