Cosmetic: CGAL_NAMESPACE is obsolete, now. No need to confuse editors and

IDEs by using it.
This commit is contained in:
Laurent Rineau 2009-02-26 10:55:11 +00:00
parent bbf6abff28
commit d410bbe3b4
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include <CGAL/AABB_tree/Line_3_Bbox_3_do_intersect.h>
#include <CGAL/AABB_tree/Sphere_3_Bbox_do_intersect.h>
CGAL_BEGIN_NAMESPACE
namespace CGAL {
template <class Kernel, class Input, class PSC>
class AABB_node
@ -462,7 +462,7 @@ public:
};
CGAL_END_NAMESPACE
} // end namespace CGAL
#endif // CGAL_AABB_NODE_H