Skip to content

Commit

Permalink
match current fplll API
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Mar 29, 2018
1 parent 4c41bfd commit b0a18b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpylll/fplll/gso.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ cdef class MatGSO:
raise ValueError("Float type '%s' not understood."%float_type)
self.B = B
else:
flags |= GSO_INT_GRAM
self._alg = mat_gso_gram_t

if B._type == ZT_MPZ:
Expand Down

0 comments on commit b0a18b0

Please sign in to comment.