mirror of https://github.com/CGAL/cgal
- Forgot CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE.
This commit is contained in:
parent
895a9a6d42
commit
feaacf2d64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue