Klein.java
.. .. @@ -74,9 +74,9 @@ 74 74 return e; 75 75 } 76 76 77 - protected void deepCopySelf(Object3D other)77 + protected void deepCopyNode(Object3D other)78 78 { 79 - super.deepCopySelf(other);79 + super.deepCopyNode(other);80 80 Klein e = (Klein) other; 81 81 if (center != null) 82 82 {