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
b3af3a69
Commit
b3af3a69
authored
Oct 21, 2015
by
Daniel Brown
Browse files
fixing deriv_h
parent
dc7ee8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
b3af3a69
...
...
@@ -1808,7 +1808,10 @@ class kat(object):
if
self
.
yaxis
is
not
None
:
out
.
append
(
"yaxis {0}
\n
"
.
format
(
self
.
yaxis
))
if
self
.
deriv_h
is
not
None
:
out
.
append
(
"deriv_h {0}
\n
"
.
format
(
self
.
deriv_h
))
if
self
.
retrace
is
not
None
:
out
.
append
(
"retrace {0}
\n
"
.
format
(
str
(
self
.
retrace
)))
...
...
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