cgal/Nef_2
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/Nef_2 Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex lenght -> length 2009-04-07 19:30:59 +00:00
examples/Nef_2 fix name of example 2008-11-27 13:41:28 +00:00
include/CGAL Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
noweb Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
package_info/Nef_2 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src/CGAL
test/Nef_2 Replace CGAL_assertion with assert, so that we also test in release mode testsuites 2008-11-25 10:19:46 +00:00
TODO
debug.txt some new entries 2008-06-27 09:59:50 +00:00
dont_submit