mirror of https://github.com/CGAL/cgal
debig message for zero return value in q: segment
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
7385566aa8
commit
49c42babc5
|
|
@ -2039,6 +2039,8 @@ private:
|
|||
}
|
||||
} // end of samey case
|
||||
}
|
||||
CGAL_SDG_DEBUG(std::cout << "debug return ZERO in case"
|
||||
<< " of q: segment (last resort)" << std::endl;);
|
||||
return ZERO;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue