Skip to content

Commit

Permalink
bad alignment causing bug noticed in #28982
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed May 25, 2020
1 parent 53fd2a2 commit 142d3a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ cdef class FaceIterator(SageObject):
self.coatoms = C.bitrep_Vrep()
else:
self.coatoms = C.bitrep_facets()
self.atoms = C.bitrep_Vrep()
self.atoms = C.bitrep_Vrep()
self.structure.face_length = self.coatoms.face_length
self._Vrep = C.Vrep()
self._facet_names = C.facet_names()
Expand Down

0 comments on commit 142d3a8

Please sign in to comment.