never mergeable for less-than 180 arcs

This commit is contained in:
Efi Fogel 2007-09-23 14:54:27 +00:00
parent 5a7395e74c
commit 07ddb5d4e0
1 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,8 @@
#ifndef CGAL_ARR_GREAT_CIRCULAR_ARC_ON_SPHERE_TRAITS_2_H
#define CGAL_ARR_GREAT_CIRCULAR_ARC_ON_SPHERE_TRAITS_2_H
#define CGAL_ARR_PLANE
// #define CGAL_ARR_PLANE
#define CGAL_GREAT_CIRCULAR_ARC_ON_SPHERE_LESS_THAN_180
/*! \file
* The great circular arc on a sphere traits-class for the arrangement on
@ -1518,6 +1519,10 @@ public:
CGAL_precondition(!xc1.is_degenerate());
CGAL_precondition(!xc2.is_degenerate());
#if defined(CGAL_GREAT_CIRCULAR_ARC_ON_SPHERE_LESS_THAN_180)
return false;
#endif
Kernel kernel;
typename Kernel::Equal_3 equal = kernel.equal_3_object();
#if defined(CGAL_ARR_PLANE)