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
a142d935
Commit
a142d935
authored
Mar 02, 2014
by
Daniel Brown
Browse files
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat
parents
fe3973b9
b518e8e8
Changes
1
Show whitespace changes
Inline
Side-by-side
pykat/components.py
View file @
a142d935
...
...
@@ -371,7 +371,6 @@ class beamSplitter(AbstractMirrorComponent):
self
.
_requested_node_names
.
append
(
node2
)
self
.
_requested_node_names
.
append
(
node3
)
self
.
_requested_node_names
.
append
(
node4
)
self
.
__alpha
=
Param
(
"alpha"
,
self
,
SIfloat
(
alpha
))
@
property
...
...
@@ -408,7 +407,7 @@ class beamSplitter(AbstractMirrorComponent):
else
:
values
.
pop
(
0
)
# remove initial value
return
beamSplitter
(
values
[
0
],
values
[
5
],
values
[
6
],
values
[
7
],
values
[
8
],
values
[
1
],
None
,
values
[
3
],
values
[
7
],
values
[
8
],
values
[
1
],
None
,
values
[
2
],
values
[
3
],
values
[
4
])
def
getFinesseText
(
self
):
...
...
Write
Preview
Supports
Markdown
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