Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ class Periodic_3_regular_triangulation_3_wrapper

// get the offset of the first weighted circumcenter
Offset transl_wc1;
transl_wc1.x() += 1;
for(;;) /* while not in */
{
// can safely perform a construction here because the kernel has exact constructions
Expand All @@ -991,6 +990,7 @@ class Periodic_3_regular_triangulation_3_wrapper
for(;;) /* while not in */
{
dp = etraits.construct_point_3_object()(exact_wc2, transl_wc2);

if(compute_x(dp) < dom.xmin())
transl_wc2.x() += 1;
else if(compute_y(dp) < dom.ymin())
Expand Down