Commit in lcsim/src/org/lcsim/recon/vertexing/zvtop4 on MAIN
ZvUtil.java+1-11.5 -> 1.6
ZvUtil didn't compile

lcsim/src/org/lcsim/recon/vertexing/zvtop4
ZvUtil.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- ZvUtil.java	27 Jul 2005 03:03:08 -0000	1.5
+++ ZvUtil.java	27 Jul 2005 16:16:10 -0000	1.6
@@ -45,7 +45,7 @@
         // only points along the tracks are considered
         int nPoints = 2000;
         for (int i=0; i<nPoints; ++i) {
-            iTrack.getTubeValue()
+            iTrack.getTubeValue(new SpacePoint());
         }
         return new SpacePoint();
     }
CVSspam 0.2.8