mirror of https://github.com/CGAL/cgal
Rename file extensions
This commit is contained in:
parent
d88d2157bf
commit
60571eeea2
|
|
@ -36,8 +36,8 @@ int main()
|
|||
std::cout << "There are " << edges.size()
|
||||
<< " vertices on the convex hull." << std::endl;
|
||||
|
||||
#include "triangulation1.cpp" // See below
|
||||
#include "triangulation2.cpp"
|
||||
#include "triangulation1.h" // See below
|
||||
#include "triangulation2.h"
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue