cgal/Matrix_search/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
..
Cartesian_matrix.h typos and related. 2009-04-08 11:40:21 +00:00
Dynamic_matrix.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Extremal_polygon_traits_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Rectangular_p_center_traits_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Sorted_matrix_search_traits_adaptor.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Transform_iterator.h
all_furthest_neighbors_2.h typos and related. 2009-04-08 11:40:21 +00:00
extremal_polygon_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
monotone_matrix_search.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
pierce_rectangles_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
rectangular_3_center_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
rectangular_p_center_2.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
sorted_matrix_search.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00