cgal/examples/Segment_Delaunay_graph_Linf_2
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
..
data
CMakeLists.txt
sdg-count-sites.cpp Enable/Disable Debug Messages 2015-06-30 10:30:46 +02:00
sdg-filtered-traits.cpp Enable/Disable Debug Messages 2015-06-30 10:30:46 +02:00
sdg-info-set.cpp Enable/Disable Debug Messages 2015-06-30 10:30:46 +02:00
sdg-red-blue-info.cpp Enable/Disable Debug Messages 2015-06-30 10:30:46 +02:00
sdg-voronoi-edges.cpp Enable/Disable Debug Messages 2015-06-30 10:30:46 +02:00