cgal/Nef_2/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
..
IO Add missing CGAL_ prefix to protect macros 2008-01-14 23:08:43 +00:00
Nef_2 Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Bounded_kernel.h some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
Extended_cartesian.h added Kernel_tag 2008-06-27 10:00:36 +00:00
Extended_homogeneous.h again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
Filtered_extended_homogeneous.h Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter. 2008-08-06 13:16:04 +00:00
Is_extended_kernel.h
Nef_polyhedron_2.h forgot to adapt is_plane() to Bounded_kernel 2008-01-17 17:53:00 +00:00
Nef_polynomial.h rename Real_embeddable_traits::Sign -> Sgn 2008-09-18 16:32:35 +00:00
Nef_polynomial_fwd.h Replace the 7 Galia partners copyright holders by only MPI. 2007-03-07 12:04:40 +00:00
generic_sweep.h
sweep_observer.h