Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
Superellipsoid.java
....@@ -30,9 +30,9 @@
3030 return s;
3131 }
3232
33
- protected void deepCopySelf(Object3D other)
33
+ protected void deepCopyNode(Object3D other)
3434 {
35
- super.deepCopySelf(other);
35
+ super.deepCopyNode(other);
3636 Superellipsoid s = (Superellipsoid)other;
3737 s.east = east;
3838 s.north = north;