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 Chinise_remainder_traits is a class (not a struct) 2008-04-29 14:14:49 +00:00
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 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename 2007-08-08 15:59:25 +00:00
Needs_parens_as_product.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Rational_traits.h Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename 2007-08-08 15:59:25 +00:00
Real_embeddable_traits.h rename Real_embeddable_traits::Sign Sgn 2008-09-18 15:35:55 +00:00
Scalar_factor_traits.h added global function CGAL::scalar_factor 2008-03-31 12:32:17 +00:00
extended_euclidean_algorithm.h new / more robust version .-) 2008-03-31 12:43:38 +00:00
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