Rename filtered_predicate.cpp to Filtered_predicate.cpp to match the class name.

dont_submit the lazykernel.cpp example as Lazy_kernel is not documented (and the example crashes).
This commit is contained in:
Sylvain Pion 2007-02-28 16:33:17 +00:00
parent 8afa1bf87c
commit 521e2d1fe9
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
TODO_static_filters
Makefile
lazykernel.cpp

View File

@ -1,4 +1,4 @@
// file : examples/Filtered_kernel/filtered_predicate.cpp
// file : examples/Filtered_kernel/Filtered_predicate.cpp
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Filtered_predicate.h>