Skip to content

Commit

Permalink
src/sage/groups/perm_gps/partn_ref2/refinement_generic.pyx: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 25, 2023
1 parent 3d23f73 commit e11afa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/groups/perm_gps/partn_ref2/refinement_generic.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,7 @@ cdef class PartitionRefinement_generic:
bitset_init(b, self._n)
PS_move_all_mins_to_front(self._part)
cdef int second_pos
cdef int smallest = PS_first_smallest(self._part, b, &second_pos,
self)
cdef int smallest = PS_first_smallest_PR(self._part, b, &second_pos, self)
if second_pos != -1:
self._fixed_not_minimized.append(second_pos)
cdef int pos = smallest
Expand Down

0 comments on commit e11afa7

Please sign in to comment.