cgal icon indicating copy to clipboard operation
cgal copied to clipboard

Periodic Triangulation: assertion in teststuite

Open afabri opened this issue 1 year ago • 0 comments

Issue Details

Setting the random seed to a value reported in a CGAL-6.0-Ic-257 testsuite, the assertion can be reproduced and investigated.

Source Code

Add the line CGAL::default_random = CGAL::Random(1717104259); in the file p2t2_hierarchy.cpp.

Environment

  • Operating system (Windows/Mac/Linux, 32/64 bits):
  • Compiler: VC2022
  • Release or debug mode: Debug
  • CGAL version: master

afabri avatar May 31 '24 07:05 afabri