Skip to content
Snippets Groups Projects
Commit 2478983c authored by Bienchen's avatar Bienchen
Browse files

Fixed issue with reference selection in the superposition dialog (was swapped, before)

parent a1db8339
Branches
Tags
No related merge requests found
......@@ -220,7 +220,7 @@ class SuperpositionDialog(QDialog):
view_one = self._chain_one.selected_chain
view_two = self._chain_two.selected_chain
atoms = self._GetAtomSelection()
sp = Superpose(view_one, view_two,
sp = Superpose(view_two, view_one,
self._mmethod_dict[str(self._methods.currentText())],
atoms)
self.rmsd = sp.rmsd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment