mirror of https://github.com/CGAL/cgal
Nef
This commit is contained in:
parent
fa92aa49f7
commit
f972c6da7a
|
|
@ -1039,7 +1039,7 @@ public:
|
||||||
x2iso[&*event] = 0;
|
x2iso[&*event] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ISegment next_seg = ISegment();
|
ISegment next_seg = ISegment(); // to avoid /W4 warning
|
||||||
seg_iterator next_it = SQ.begin();
|
seg_iterator next_it = SQ.begin();
|
||||||
while ( next_it != SQ.end() &&
|
while ( next_it != SQ.end() &&
|
||||||
( next_seg = next_it->second, p_sweep == source(next_seg)) ) {
|
( next_seg = next_it->second, p_sweep == source(next_seg)) ) {
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <CGAL/license/Triangulation.h>
|
#include <CGAL/license/Triangulation.h>
|
||||||
|
|
||||||
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/tss.h>
|
#include <CGAL/tss.h>
|
||||||
#include <CGAL/Triangulation.h>
|
#include <CGAL/Triangulation.h>
|
||||||
|
|
@ -934,4 +935,6 @@ Delaunay_triangulation<DCTraits, TDS>
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
||||||
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif // CGAL_DELAUNAY_COMPLEX_H
|
#endif // CGAL_DELAUNAY_COMPLEX_H
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <CGAL/license/Triangulation.h>
|
#include <CGAL/license/Triangulation.h>
|
||||||
|
|
||||||
|
#include <CGAL/disable_warnings.h>
|
||||||
|
|
||||||
#include <CGAL/internal/Triangulation/utilities.h>
|
#include <CGAL/internal/Triangulation/utilities.h>
|
||||||
#include <CGAL/Triangulation_data_structure.h>
|
#include <CGAL/Triangulation_data_structure.h>
|
||||||
|
|
@ -1431,4 +1432,6 @@ operator<<(std::ostream & os, const Triangulation<TT, TDS> & tr)
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
||||||
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif // CGAL_TRIANGULATION_H
|
#endif // CGAL_TRIANGULATION_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue