mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
91e170ee54
commit
94b1259975
|
|
@ -130,7 +130,7 @@ public:
|
|||
const Site_2& q,
|
||||
const Site_2& r) const
|
||||
{
|
||||
// CGAL_triangulation_precondition( ! collinear(p, q, r) );
|
||||
// CGAL_precondition( ! collinear(p, q, r) );
|
||||
return ad_circumcircle_2< Gt >(p,q,r);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue