[add] renamed>sum

This commit is contained in:
Max Zwiessele 2015-09-03 12:59:51 +01:00
parent 7376627895
commit 3dbc32f4b1

View file

@ -180,7 +180,7 @@ class Kern(Parameterized):
def __iadd__(self, other): def __iadd__(self, other):
return self.add(other) return self.add(other)
def add(self, other, name='add'): def add(self, other, name='sum'):
""" """
Add another kernel to this one. Add another kernel to this one.