Skip to content

Commit f0a0daf

Browse files
committed
Fix typo symmetry group determination for internal symmetry
1 parent 1a1818c commit f0a0daf

File tree

1 file changed

+1
-1
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure/symmetry/internal

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/symmetry/internal/CeSymmResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public String getSymmGroup() {
188188
symmGroup = "R"; // could not find group
189189
} else {
190190
// in case significant but not refined
191-
if (type.equals(SymmetryType.OPEN))
191+
if (type.equals(SymmetryType.CLOSED))
192192
symmGroup = "C" + symmOrder;
193193
else
194194
symmGroup = "R";

0 commit comments

Comments
 (0)