Mael

Results 113 comments of Mael

I don't think the change in arrow shape in the tree view -and a fortiori in the NPs- is actually a good thing. Also I liked that it had the...

This is only a visual bug from github, that milestone was renamed to 6.0 and it shows 6.0 if you click the link or check: ![image](https://github.com/CGAL/cgal/assets/5074170/4d1244d5-03ce-4d5c-82a7-5dbae920423a)

The algorithm works by iteratively inserting points whose position is chosen to best "break" a given element into smaller elements. That position is usually the circumcenter of the Delaunay ball....

Here is the commit removing the three deprecated (since 4.13) labeled mesh domains: [`b3fe07a` (#7445)](https://github.com/CGAL/cgal/pull/7445/commits/b3fe07a51d8673fd7dcac79433510cd1f453956b)

> Evidently, the statements on lines 67 and 86 in the file Weighted_point_3.h are missing the argument '0' that initializes the weight in case it is not provided, but these...

I was talking about a different error and source (https://github.com/CGAL/cgal/issues/7163)

https://martin.ankerl.com/2019/04/01/hashmap-benchmarks-01-overview/ had some rather detailed comparisons recently, which seem to yield similar observations.

@albert-github There is indeed an inconsistency and it should be "%Vector_3". However, the main issue is that if you remove percentage signs, these will not link to the `using ...`...