*** empty log message ***

This commit is contained in:
Menelaos Karavelas 2003-08-20 21:25:12 +00:00
parent 91e170ee54
commit 94b1259975
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}