mirror of https://github.com/CGAL/cgal
Merge pull request #4374 from maxGimeno/4_14_Fixes-maxGimeno
Surface_sweep_2 Fix c++11 call
This commit is contained in:
commit
4b7a97c702
|
|
@ -904,7 +904,7 @@ _create_overlapping_curve(const X_monotone_curve_2& overlap_cv,
|
||||||
// Get the left end of overlap_cv.
|
// Get the left end of overlap_cv.
|
||||||
Event* left_event;
|
Event* left_event;
|
||||||
|
|
||||||
if (event_on_overlap!=nullptr)
|
if (event_on_overlap!=NULL)
|
||||||
{
|
{
|
||||||
CGAL_SS_PRINT_EVENT_INFO(event_on_overlap);
|
CGAL_SS_PRINT_EVENT_INFO(event_on_overlap);
|
||||||
CGAL_SS_PRINT_EOL();
|
CGAL_SS_PRINT_EOL();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue