Skip to content
Snippets Groups Projects
Commit 79d24154 authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing phi and alpha mix up in beamsplitte output

parent 5a013138
No related branches found
No related tags found
No related merge requests found
......@@ -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.alpha.value,
self.phi.value, self.nodes[0].name,
self.name, self.R.value, self.T.value, self.phi.value,
self.alpha.value, self.nodes[0].name,
self.nodes[1].name, self.nodes[2].name,
self.nodes[3].name))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment