Commit Graph

5 Commits

Author SHA1 Message Date
Sandeep Kumar Dey 236a763293 Enable/Disable Debug Messages
This is important as it helps to
measure run-time of functions
in the code excluding the time to
print debug messages on the console
We added following piece of code:
//#define CGAL_SDG_VERBOSE

//#ifndef CGAL_SDG_VERBOSE
//#define CGAL_SDG_DEBUG(a)
//#else
//#define CGAL_SDG_DEBUG(a) { a }
//#endif

If the macro CGAL_SDG_VERBOSE is enabled
then we will get all the debug messages
and if it is disabled then there will be no
debug messages
2015-06-30 10:30:46 +02:00
Panagiotis Cheilaris e4de06d6a2 verbose=true validity test in sdg-info-set.cpp
I set the verbose=true variant of the test. However, the test
is of level zero in terms of deepness. This is in contrast with
the other programs in examples/Segment_Delaunay_graph_Linf_2/ and
probably should also be changed to level 1, which does not test
validity of the triangulation data structure. I have to talk to
Menelaos about this matter.
2015-06-30 10:30:42 +02:00
Panagiotis Cheilaris d569755005 command line argument in sdg-info-set.cpp 2015-06-30 10:30:42 +02:00
Panagiotis Cheilaris ec15b5f336 Linf version of sdg-info-set.cpp 2015-06-30 10:30:41 +02:00
Panagiotis Cheilaris f072e34164 segment Delaunay graph examples from CGAL 4.0.2 2015-06-30 10:30:40 +02:00