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
Sean Leavey
pykat
Commits
79d24154
Commit
79d24154
authored
Feb 14, 2014
by
Daniel Brown
Browse files
fixing phi and alpha mix up in beamsplitte output
parent
5a013138
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/components.py
View file @
79d24154
...
...
@@ -338,8 +338,8 @@ class beamSplitter(AbstractMirrorComponent):
rtn
=
[]
rtn
.
append
(
'bs {0} {1} {2} {3} {4} {5} {6} {7} {8}'
.
format
(
self
.
name
,
self
.
R
.
value
,
self
.
T
.
value
,
self
.
al
ph
a
.
value
,
self
.
ph
i
.
value
,
self
.
nodes
[
0
].
name
,
self
.
name
,
self
.
R
.
value
,
self
.
T
.
value
,
self
.
ph
i
.
value
,
self
.
al
ph
a
.
value
,
self
.
nodes
[
0
].
name
,
self
.
nodes
[
1
].
name
,
self
.
nodes
[
2
].
name
,
self
.
nodes
[
3
].
name
))
...
...
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