def intersection(self, iselections):
     return flex.intersection(size=self.n_seq, iselections=iselections)
Ejemplo n.º 2
0
 def intersection(self, iselections):
   return flex.intersection(
     size=self.n_seq,
     iselections=iselections)