cgal/Kinetic_data_structures
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
..
demo/Kinetic_data_structures Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex convert *.png which were not PNG files (I could not include them in my latex file). 2009-02-05 20:25:09 +00:00
examples fix bad data path 2009-01-05 19:46:44 +00:00
hidden 7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT 2008-09-09 22:29:51 +00:00
include/CGAL Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
package_info/Kinetic_data_structures Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src Removed makefiles 2008-12-12 08:02:55 +00:00
test Consistently specify the namespace of Polynomial. 2009-02-28 00:43:19 +00:00
dont_submit As some demos and examples have the same name we have to disambuguate by the path 2008-10-28 16:49:57 +00:00
todo