Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
undo false alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Dec 26, 2019
1 parent a349c8c commit add61a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/geometry/polyhedron/backend_normaliz.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def nfelem_handler(coords):

import PyNormaliz
return PyNormaliz.NmzResult(normaliz_cone, property,
RationalHandler=rational_handler,
NumberfieldElementHandler=nfelem_handler)
RationalHandler=rational_handler,
NumberfieldElementHandler=nfelem_handler)

def _init_from_normaliz_cone(self, normaliz_cone, normaliz_field):
"""
Expand Down

0 comments on commit add61a5

Please sign in to comment.