diff options
Diffstat (limited to 'cad/src/cnt/model/NanotubeParameters.py')
-rw-r--r-- | cad/src/cnt/model/NanotubeParameters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/src/cnt/model/NanotubeParameters.py b/cad/src/cnt/model/NanotubeParameters.py index fd6d0058c..fdd02785a 100644 --- a/cad/src/cnt/model/NanotubeParameters.py +++ b/cad/src/cnt/model/NanotubeParameters.py @@ -748,7 +748,7 @@ class NanotubeParameters: return # override abstract method of DataMixin - def _copyOfObject(self, copyfunc): + def _copyOfObject(self): """ Create and return a copy of nanotube. """ |