Skip to content
Snippets Groups Projects
Commit 5a013138 authored by Andreas Freise's avatar Andreas Freise
Browse files

fixing error with x2axis command.

parent 2872fa34
No related branches found
No related tags found
No related merge requests found
......@@ -183,4 +183,4 @@ class x2axis(xaxis):
if len(values) != 6:
raise exceptions.RuntimeError("xaxis Finesse code format incorrect '{0}'".format(text))
return x2axis(values[2], [values[3], values[4]], values[0], values[1], values[5])
return x2axis(values[2], [values[3], values[4]], values[1], values[5], comp=values[0])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment