- Forgot CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE.

This commit is contained in:
Sylvain Pion 1999-06-29 17:14:37 +00:00
parent 895a9a6d42
commit feaacf2d64
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#define DEBUG_STAR 0
#define DEBUG_SIDE_OF_SPHERE 0
CGAL_BEGIN_NAMESPACE
template < class Gt, class Tds>
class Regular_triangulation_3 : public Triangulation_3<Gt,Tds>
{
@ -546,4 +548,6 @@ public:
// +++ Determination de la region en conflit +++ //
CGAL_END_NAMESPACE
#endif CGAL_REGULAR_TRIANGULATION_3_H