mirror of https://github.com/CGAL/cgal
Add missing CGAL:: qualification for call to determinant().
This commit is contained in:
parent
1d161d6da5
commit
4b8d636be5
|
|
@ -145,7 +145,7 @@ public:
|
||||||
|
|
||||||
RT determinant() const
|
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()
|
,r1().x(),r1().y(),r1().z()
|
||||||
,r2().x(),r2().y(),r2().z()
|
,r2().x(),r2().y(),r2().z()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue