We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c60d4 commit ac354c4Copy full SHA for ac354c4
1 file changed
biojava-structure-gui/src/main/java/org/biojava/nbio/structure/symmetry/gui/SymmetryDisplay.java
@@ -123,7 +123,6 @@ public static AbstractAlignmentJmol display(CeSymmResult symmResult)
123
cloned);
124
RotationAxis axis = new RotationAxis(symmResult.getSelfAlignment());
125
jmol.evalString(axis.getJmolScript(symmResult.getAtoms()));
126
- jmol.setTitle(getSymmTitle(symmResult));
127
return jmol;
128
}
129
0 commit comments