Superellipsoid.java
.. .. @@ -30,9 +30,9 @@ 30 30 return s; 31 31 } 32 32 33 - protected void deepCopySelf(Object3D other)33 + protected void deepCopyNode(Object3D other)34 34 { 35 - super.deepCopySelf(other);35 + super.deepCopyNode(other);36 36 Superellipsoid s = (Superellipsoid)other; 37 37 s.east = east; 38 38 s.north = north;