mirror of https://github.com/CGAL/cgal
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:
parent
8afa1bf87c
commit
521e2d1fe9
|
|
@ -1,2 +1,3 @@
|
|||
TODO_static_filters
|
||||
Makefile
|
||||
lazykernel.cpp
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue