Skip to content

Commit

Permalink
fixed doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jplab committed Feb 7, 2020
1 parent 77d87d5 commit 7278f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/face.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def normal_cone(self, direction='outer'):
else: # 'inner'
rays += [facet.A()]
parent = self.polyhedron().parent()
origin = self.ambient_space().zero()
origin = self.polyhedron().ambient_space().zero()
return parent.element_class(parent, [[origin], rays, lines], None)


Expand Down

0 comments on commit 7278f23

Please sign in to comment.