Commit in GeomConverter/src/org/lcsim/geometry/segmentation on MAIN
ProjectiveZPlane.java+51.7 -> 1.8
supportsNeighbours() method added.

GeomConverter/src/org/lcsim/geometry/segmentation
ProjectiveZPlane.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- ProjectiveZPlane.java	27 Jun 2005 22:14:19 -0000	1.7
+++ ProjectiveZPlane.java	28 Jun 2005 23:14:03 -0000	1.8
@@ -106,4 +106,9 @@
       }
       return result;
    } 
+   
+   public boolean supportsNeighbours()
+   {
+        return true;
+   }
 }
CVSspam 0.2.8