Commit in lcsim/src/org/lcsim/util/loop on MAIN
StdhepEventSource.java+1-21.3 -> 1.4
tj: More IO enhancements for timb

lcsim/src/org/lcsim/util/loop
StdhepEventSource.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- StdhepEventSource.java	25 Aug 2006 01:28:46 -0000	1.3
+++ StdhepEventSource.java	25 Aug 2006 01:29:17 -0000	1.4
@@ -17,7 +17,7 @@
 /**
  * Convert an LCIOReader to a SequentialRecordSource
  * @author tonyj
- * @version $Id: StdhepEventSource.java,v 1.3 2006/08/25 01:28:46 tonyj Exp $
+ * @version $Id: StdhepEventSource.java,v 1.4 2006/08/25 01:29:17 tonyj Exp $
  */
 public class StdhepEventSource implements RandomAccessRecordSource
 {
@@ -106,7 +106,6 @@
 
    public void goToRecord(int numberToSkip) throws NoSuchRecordException
    {
-      reader.
       try
       {
          int target = currentEventNumber+numberToSkip;
CVSspam 0.2.8