Print

Print


Commit in lcsim/src/org/lcsim/event/base on MAIN
BaseSimTrackerHit.java+1-11.12 -> 1.13
Removed the abstract statement. There are no abstract methods declared and the overlay processor needs access to the constructor.

lcsim/src/org/lcsim/event/base
BaseSimTrackerHit.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- BaseSimTrackerHit.java	22 Apr 2009 20:57:15 -0000	1.12
+++ BaseSimTrackerHit.java	25 Oct 2010 18:17:01 -0000	1.13
@@ -16,7 +16,7 @@
  * An concrete implementation of SimTrackerHit.
  * @author jeremym
  */
-public abstract class BaseSimTrackerHit extends BaseHitWithPosition implements SimTrackerHit
+public class BaseSimTrackerHit extends BaseHitWithPosition implements SimTrackerHit
 {
     protected double[] position = new double[3];
     protected double[] momentum = new double[3];
CVSspam 0.2.8