Commit Graph

2 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 2622c69c5b addition of include directory in CGAL project 2015-06-30 10:30:38 +02:00