#include <iostream>
Go to the source code of this file.
Define Documentation
#define CGAL_NEF_CTRACE |
( |
|
b, |
|
|
|
t |
|
) |
| if(b) std::cerr<<" "<<t; else std::cerr<<" 0" |
#define CGAL_NEF_CTRACEN |
( |
|
b, |
|
|
|
t |
|
) |
| if(b) std::cerr<<" "<<t<<"\n"; else std::cerr<<" 0\n" |
Value:if((debugthread%CGAL_NEF_DEBUG)==0) \
std::cerr<<" "<<t; \
std::cerr.flush()
Value:if((debugthread%CGAL_NEF_DEBUG)==0) \
std::cerr<< " "<<t<<std::endl; \
std::cerr.flush()
Value:if((debugthread%CGAL_NEF_DEBUG)==0) \
std::cerr<<" "<<#t<<" = "<<(t)<<std::endl; \
std::cerr.flush()