mirror of https://github.com/CGAL/cgal
use lower case for a variable
This commit is contained in:
parent
b30d3daa2b
commit
4124fe8d97
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue