dsehnal пре 3 година
родитељ
комит
042a7625ad
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/mol-model/structure/export/mmcif.ts

+ 1 - 1
src/mol-model/structure/export/mmcif.ts

@@ -53,7 +53,7 @@ function isWithoutSymmetry(structure: Structure) {
 }
 
 function isWithoutOperator(structure: Structure) {
-    return isWithoutSymmetry(structure) && structure.units.every(u => !u.conformation.operator.suffix);
+    return isWithoutSymmetry(structure) && structure.units.every(u => !u.conformation.operator.assembly && !u.conformation.operator.suffix);
 }
 
 const Categories = [