Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
34a0c1da
Commit
34a0c1da
authored
May 05, 2014
by
Daniel Brown
Browse files
fixing lambda command
parent
30b5ac1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
34a0c1da
...
...
@@ -1196,6 +1196,9 @@ class kat(object):
if
self
.
yaxis
!=
None
:
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
# by user themselves
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment