Skip to content

Commit 18cb21c

Browse files
committed
proj_bdd_height.py: Empty function skeleton for ZZ_points_of_bounded_height
1 parent f9650c0 commit 18cb21c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sage/schemes/projective/proj_bdd_height.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
from sage.geometry.polyhedron.constructor import Polyhedron
3636

3737

38+
def ZZ_points_of_bounded_height(dim, bound, normalize=False):
39+
yield []
40+
41+
3842
def QQ_points_of_bounded_height(dim, bound, normalize=False):
3943
r"""
4044
Return an iterator of the points in ``self`` of absolute multiplicative

0 commit comments

Comments
 (0)