mirror of https://github.com/CGAL/cgal
Fix warning in test
This commit is contained in:
parent
c8c67472b0
commit
02dd6ad63d
|
|
@ -46,6 +46,6 @@ int main()
|
||||||
std::cout << mp << std::endl;
|
std::cout << mp << std::endl;
|
||||||
|
|
||||||
CGAL::Bbox_2 bb = mp.bbox();
|
CGAL::Bbox_2 bb = mp.bbox();
|
||||||
|
std::cout << bb << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue