Blob.java
.. .. @@ -21,9 +21,9 @@ 21 21 return blob; 22 22 } 23 23 24 - protected void deepCopySelf(Object3D other)24 + protected void deepCopyNode(Object3D other)25 25 { 26 - super.deepCopySelf(other);26 + super.deepCopyNode(other);27 27 Blob b = (Blob)other; 28 28 b.threshold = threshold; 29 29 b.cellSize = cellSize;