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
a3d4397a
Commit
a3d4397a
authored
Mar 07, 2014
by
Daniel Brown
Browse files
returning local copy of dict
parent
404b7fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/lkat_trace.py
View file @
a3d4397a
...
...
@@ -11,7 +11,7 @@ pd circ n3
noxaxis
maxtem 2
attr m1 Rc
-100
0
attr m1 Rc 0
attr m2 Rc 1000
cav c1 m1 n3 m2 n4
"""
...
...
pykat/finesse.py
View file @
a3d4397a
...
...
@@ -1169,7 +1169,8 @@ class kat(object):
p
.
start
()
p
.
join
()
return
trace_info
# return a local copy of the trace information dictionary
return
dict
(
trace_info
)
def
__add_detector
(
self
,
det
):
...
...
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