cgal/Algebraic_foundations/include/CGAL
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
..
Test mv tests for implicit interoperable to _test_coercion_traits.h 2008-12-09 10:42:06 +00:00
Algebraic_extension_traits.h Remove dependency on CGAL/functional -> replace Unary_function and 2008-07-23 14:58:05 +00:00
Algebraic_structure_traits.h added public type Boolean to Algebraic_structure_traits 2008-09-18 13:53:47 +00:00
Chinese_remainder_traits.h
Coercion_traits.h bug fix, a type should be implicit interoparable with it self. 2008-12-09 10:05:42 +00:00
Fraction_traits.h
Needs_parens_as_product.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Rational_traits.h
Real_embeddable_traits.h rename Real_embeddable_traits::Sign Sgn 2008-09-18 15:35:55 +00:00
Scalar_factor_traits.h
extended_euclidean_algorithm.h
ipower.h fixed include guard 2008-12-08 16:14:42 +00:00
number_utils.h rename Real_embeddable_traits::Sign Sgn 2008-09-18 15:35:55 +00:00
number_utils_classes.h rename Real_embeddable_traits::Sign Sgn 2008-09-18 15:35:55 +00:00