diff --git a/Polytope_distance_d/include/CGAL/width_assertions.h b/Polytope_distance_d/include/CGAL/width_assertions.h index 5df80c2ce3e..1d26635e507 100644 --- a/Polytope_distance_d/include/CGAL/width_assertions.h +++ b/Polytope_distance_d/include/CGAL/width_assertions.h @@ -24,7 +24,6 @@ #include - #ifdef SIMPLIFY #define GCD_COMPUTATION 1 #endif @@ -98,16 +97,16 @@ #include #define DEBUGENDL(doit,msg,var)\ - if(doit!=0) std::cout << msg << " " << var << endl; + if(doit!=0) std::cout << msg << " " << var << std::endl; #define DEBUGPRINT(doit,msg,var)\ if(doit!=0) std::cout << msg << " " << var; #define DEBUGMSG(doit,msg)\ - if(doit!=0) std::cout << msg << endl; + if(doit!=0) std::cout << msg << std::endl; #define INFOMSG(doit,msg)\ - if(doit!=0) std::cerr<