mirror of https://github.com/CGAL/cgal
prefix namespace
This commit is contained in:
parent
ae58f3896a
commit
56d0a8a7fb
|
|
@ -17,7 +17,7 @@ using std::endl;
|
||||||
bool TestSimplicity(const char* FileName)
|
bool TestSimplicity(const char* FileName)
|
||||||
// tests the simplicity of the polygon in the file FileName
|
// tests the simplicity of the polygon in the file FileName
|
||||||
{
|
{
|
||||||
typedef Arithmetic_kernel::Rational NT;
|
typedef CGAL::Arithmetic_kernel::Rational NT;
|
||||||
typedef CGAL::Cartesian<NT> K;
|
typedef CGAL::Cartesian<NT> K;
|
||||||
typedef CGAL::Point_2<K> Point;
|
typedef CGAL::Point_2<K> Point;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue