CGAL_NDEBUG instead of NDEBUG

This commit is contained in:
Ophir Setter 2008-07-29 09:12:00 +00:00
parent b874dd1bc7
commit 812937e416
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ bool Traits_test<T_Traits>::perform(std::ifstream & is)
std::cout << "case number : " << counter << std::endl;
if (violation_tested != NON)
{
#if !defined(NDEBUG)
#if !defined(CGAL_NDEBUG)
str_command = str_command.substr(0, location);
std::cout << "Test " << violation_map[violation_tested]
<< " violation : ";