Commit in lcsim/src/org/lcsim/util/lcio on MAIN
SIOGenericObject.java+2-21.3 -> 1.4
JM: Undo change (seems to have broken things)

lcsim/src/org/lcsim/util/lcio
SIOGenericObject.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- SIOGenericObject.java	14 Sep 2007 02:43:41 -0000	1.3
+++ SIOGenericObject.java	14 Sep 2007 08:36:00 -0000	1.4
@@ -9,7 +9,7 @@
 /**
  *
  * @author gaede
- * @version $Id: SIOGenericObject.java,v 1.3 2007/09/14 02:43:41 jeremy Exp $
+ * @version $Id: SIOGenericObject.java,v 1.4 2007/09/14 08:36:00 jeremy Exp $
  */
 class SIOGenericObject implements GenericObject
 {
@@ -58,7 +58,7 @@
       {
          _doubleVec[i] = in.readDouble();
       }
-      in.readPTag(this); // JM      
+      //in.readPTag(this); 
    }
    
    static void write(GenericObject object, SIOOutputStream out, int flag) throws IOException
CVSspam 0.2.8