prefix namespace

This commit is contained in:
Andreas Fabri 2013-03-25 08:36:32 +01:00
parent ae58f3896a
commit 56d0a8a7fb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ using std::endl;
bool TestSimplicity(const char* 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::Point_2<K> Point;