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

fixing lambda command

parent 30b5ac1c
Branches
No related tags found
No related merge requests found
...@@ -1197,6 +1197,9 @@ class kat(object): ...@@ -1197,6 +1197,9 @@ class kat(object):
if self.yaxis != None: if self.yaxis != None:
out.append("yaxis {0}\n".format(self.yaxis)) out.append("yaxis {0}\n".format(self.yaxis))
if self.lambda0 != 1064e-9:
out.append("lambda {0}\n".format(self.lambda0))
# ensure we don't do any plotting. That should be handled # ensure we don't do any plotting. That should be handled
# by user themselves # by user themselves
#out.append("gnuterm no\n") #out.append("gnuterm no\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment