cgal/Kinetic_data_structures/include/CGAL/Polynomial
Sylvain Pion 6cc542446d Fix some typos in the protect macro names.
Use a form "#ifndef" more consistently.

The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :

grep -r -m 1 '#ifndef' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
..
internal Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
CORE_Expr_root_stack.h must reduce degree of polynomial before calling sturm with CORE 2007-02-27 18:59:57 +00:00
CORE_kernel.h things build after log move 2007-06-11 00:08:13 +00:00
Fixed_polynomial.h Lazy computation working in the update delaunay!!!! Still a bit slower than rebuilding though. 2006-08-24 15:54:13 +00:00
Interval_polynomial.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Kernel.h cleaned up regular triangulation 2007-01-23 21:25:46 +00:00
Numeric_root_stack.h Lazy computation working in the update delaunay!!!! Still a bit slower than rebuilding though. 2006-08-24 15:54:13 +00:00
Polynomial.h trivial fixes for sunpro 2006-05-07 04:25:55 +00:00
Root_stack_default_traits.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Sturm_root_stack.h make current not OK before pop 2007-02-08 22:42:11 +00:00
Sturm_root_stack_traits.h removed random delc of to_interval 2007-01-23 17:02:20 +00:00
basic.h core working 2007-01-20 21:39:01 +00:00
polynomial_converters.h Operator needed for VC++ HAS_ITERATOR_DEBUGGING 2008-09-16 13:54:07 +00:00