Skip to content

Commit

Permalink
Merge branch 'add_to_sirf_classes' into spdhg_from_cil
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino committed Dec 19, 2018
2 parents 8f608ad + cc59710 commit abf11c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/SIRF.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ def __truediv__(self, other):
return z;
except:
raise error('wrong multiplier')
def copy(self):
'''alias of clone'''
return self.clone()

class ImageData(DataContainer):
pass

0 comments on commit abf11c5

Please sign in to comment.