mirror of https://github.com/CGAL/cgal
Adding file path on top line.
This commit is contained in:
parent
e1daaf83b8
commit
1d46d2cf7c
|
|
@ -1,5 +1,5 @@
|
|||
//example1
|
||||
|
||||
// examples/Pm_with_intersections/example1
|
||||
// ---------------------------------------
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Pm_default_dcel.h>
|
||||
#include <CGAL/Arr_segment_exact_traits.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//example2
|
||||
|
||||
// examples/Pm_with_intersections/example2
|
||||
// ---------------------------------------
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Pm_default_dcel.h>
|
||||
#include <CGAL/Arr_segment_exact_traits.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//example1
|
||||
|
||||
// examples/Sweep_line/example1.C
|
||||
// ------------------------------
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Quotient.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//example2
|
||||
|
||||
// examples/Sweep_line/example2.C
|
||||
// ------------------------------
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Quotient.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//example3
|
||||
|
||||
// examples/Sweep_line/example3.C
|
||||
// ------------------------------
|
||||
#include <CGAL/Quotient.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//example4
|
||||
|
||||
// examples/Sweep_line/example4.C
|
||||
// ------------------------------
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Quotient.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue