Add missing CGAL:: qualification for call to determinant().

This commit is contained in:
Sylvain Pion 2008-04-17 07:50:53 +00:00
parent 1d161d6da5
commit 4b8d636be5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public:
RT determinant() const
{
return determinant(r0().x(),r0().y(),r0().z()
return CGAL::determinant(r0().x(),r0().y(),r0().z()
,r1().x(),r1().y(),r1().z()
,r2().x(),r2().y(),r2().z()
);