mirror of https://github.com/CGAL/cgal
A test file
This commit is contained in:
parent
c716539b2a
commit
29e99af954
|
|
@ -5,20 +5,20 @@
|
||||||
#define CGAL_SDG_DEBUG(a) { a }
|
#define CGAL_SDG_DEBUG(a) { a }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <CGAL/Segment_Delaunay_graph_Linf_traits_2.h>
|
||||||
|
#include <CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
|
||||||
#include <CGAL/Interval_nt.h>
|
#include <CGAL/Interval_nt.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
#include <CGAL/Exact_integer.h>
|
#include <CGAL/Exact_integer.h>
|
||||||
#include <CGAL/Exact_rational.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
#include <CGAL/Exact_algebraic.h>
|
#include <CGAL/Exact_algebraic.h>
|
||||||
|
|
||||||
#include <CGAL/Segment_Delaunay_graph_Linf_traits_2.h>
|
|
||||||
#include <CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue