use lower case for a variable

This commit is contained in:
Sébastien Loriot 2013-06-13 15:28:30 +02:00
parent b30d3daa2b
commit 4124fe8d97
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ void call_do_intersect_with_kernel(const A& a, const B& b, const K&) {
int main()
{
CGAL::Interval_nt_advanced::Protector P;
CGAL_USE(P);
CGAL::Interval_nt_advanced::Protector p;
CGAL_USE(p);
try {
call_intersection_global(S(), S());
call_intersection_global(S(), L());