mirror of https://github.com/CGAL/cgal
cosmetic
This commit is contained in:
parent
fdd841f569
commit
a20b3e1684
|
|
@ -26,7 +26,7 @@ double prob_2() {
|
|||
T o2 = T(p4, p5, p6);
|
||||
|
||||
std::vector< CGAL::Object > res;
|
||||
CGAL::intersection(o1, o2, std::back_inserter(res));
|
||||
CGAL::intersection(o1, o2, std::back_inserter(res));
|
||||
|
||||
prob += (res.size() != 0) ? 1.0 : 0.0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue