We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f975f7e + 18eb5b4 commit 92aaacfCopy full SHA for 92aaacf
Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_triangulation_3.h
@@ -964,7 +964,6 @@ class Periodic_3_regular_triangulation_3_wrapper
964
965
// get the offset of the first weighted circumcenter
966
Offset transl_wc1;
967
- transl_wc1.x() += 1;
968
for(;;) /* while not in */
969
{
970
// can safely perform a construction here because the kernel has exact constructions
@@ -991,6 +990,7 @@ class Periodic_3_regular_triangulation_3_wrapper
991
990
992
993
dp = etraits.construct_point_3_object()(exact_wc2, transl_wc2);
+
994
if(compute_x(dp) < dom.xmin())
995
transl_wc2.x() += 1;
996
else if(compute_y(dp) < dom.ymin())
0 commit comments