cgal/Matrix_search
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/Matrix_search Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex Latex->HTML converter is good enough, no need for special HTML and GIFs here. 2009-01-06 16:38:33 +00:00
examples/Matrix_search remove EOF comments, they look even dirtier in examples 2009-01-05 00:05:04 +00:00
include/CGAL Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
package_info/Matrix_search Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Matrix_search Replace CGAL/functional.h by boost::bind. 2008-06-17 15:26:21 +00:00