Print

Print


Commit in lcsim/src/org/lcsim/spacegeom on MAIN
SpacePoint.java+2-11.9 -> 1.10
Fixed default constructor

lcsim/src/org/lcsim/spacegeom
SpacePoint.java 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- SpacePoint.java	25 Oct 2006 08:11:01 -0000	1.9
+++ SpacePoint.java	4 Dec 2006 05:07:39 -0000	1.10
@@ -16,7 +16,7 @@
  * For interoperability with Freehep classes SpacePoint implements the Hep3Vector interface.
  * 
  * In distinction to vectors, two points cannot be added, and multiplication with a scalar is not defined, neither is the addition of two points.
- *@version $Id: SpacePoint.java,v 1.9 2006/10/25 08:11:01 jstrube Exp $
+ *@version $Id: SpacePoint.java,v 1.10 2006/12/04 05:07:39 onoprien Exp $
  */
 public class SpacePoint implements Serializable, Cloneable, Hep3Vector
 {
@@ -74,6 +74,7 @@
      */
     public SpacePoint()
     {
+        _representation = Cartesian;
         _x = _y = _z = 0.0;
         _xy = _xyz = 0.0;
         _phi = _theta = 0.0;
CVSspam 0.2.8