Skip to content
Snippets Groups Projects
Commit 11bfd74d authored by Daniel Brown's avatar Daniel Brown
Browse files

Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat

parents ad23d39a 4f78502b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class Command(object):
class cavity(Command):
def __init__(self, name, c1, n1, c2, n2):
Command.__init__(self, axis_type)
Command.__init__(self, name)
self.__c1 = c1
self.__c2 = c2
......@@ -115,7 +115,7 @@ class tf(Command):
fQ = namedtuple('fQ', ['f', 'Q'])
def __init__(self, name, poles, zeros):
Command.__init__(self, axis_type)
Command.__init__(self, name)
pass
class xaxis(Command):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment