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

added noxaxis parsing

parent 94f811e6
No related branches found
No related tags found
No related merge requests found
...@@ -274,6 +274,8 @@ class kat(object): ...@@ -274,6 +274,8 @@ class kat(object):
obj = pykat.commands.x2axis.parseFinesseText(line) obj = pykat.commands.x2axis.parseFinesseText(line)
elif(first == "gauss" or first == "gauss*" or first == "gauss**"): elif(first == "gauss" or first == "gauss*" or first == "gauss**"):
after_process.append(line) after_process.append(line)
elif(first == "noxaxis"):
self.noxaxis = True
else: else:
if self.verbose: if self.verbose:
print "Parsing `{0}` into pykat object not implemented yet, added as extra line.".format(line) print "Parsing `{0}` into pykat object not implemented yet, added as extra line.".format(line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment