Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
MassPlots.java+1-11.2 -> 1.3
MJC: Turn off warning to suppress garbage printout when running at Z-pole

lcsim/src/org/lcsim/contrib/uiowa
MassPlots.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- MassPlots.java	26 Nov 2007 00:39:15 -0000	1.2
+++ MassPlots.java	20 Dec 2007 04:08:20 -0000	1.3
@@ -130,7 +130,7 @@
 		}
 	    }
 	    if (partZTovv == null) {
-		System.out.println("ERROR: no Z -> vv cand");
+		//System.out.println("ERROR: no Z -> vv cand");
 	    }
 	    if (partZToqq == null) {
 		System.out.println("ERROR: no Z -> qq cand");
CVSspam 0.2.8