cgal/Generator/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
..
Random_convex_set_traits_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Random_polygon_2_sweep.h Fixed the include files. 2006-06-04 15:39:42 +00:00
Random_polygon_traits_2.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
generators.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
point_generators_2.h Added generator for demos 2008-09-22 08:09:22 +00:00
point_generators_3.h Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename 2007-08-08 15:59:25 +00:00
point_generators_d.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
random_convex_set_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
random_polygon_2.h Use std::copy, and some other cleanups. 2008-03-27 22:59:00 +00:00
random_selection.h Use std::copy, and some other cleanups. 2008-03-27 22:59:00 +00:00