https://github.com/CGAL/cgal
Raw File
Tip revision: def3952e0e6a0823f36a582e243d7cb5d061f972 authored by Laurent Rineau on 11 February 2016, 14:42:40 UTC
Merge pull request #767 from bo0ts/Documentation-no_internal_in_title-pmoeller
Tip revision: def3952
test_p2t2_delaunay_insert_vertex.cpp
// Author(s)     : Nico Kruithof  <Nico@nghk.nl>

#define CGAL_USE_DELAUNAY 1

#include "./test_p2t2_triangulation_insert_vertex.cpp"

/// This is to trick the cgal_create_cmake_script
/// main()
back to top