The compiler is getting lost with all those solve() functions,

so qualify this one by CGAL::.
This commit is contained in:
Sylvain Pion 2009-05-25 08:53:20 +00:00
parent 61cc878024
commit 979e397b26
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void solve (const VectorC3<R> &v0,
const VectorC3<R> &d,
typename R::FT &alpha, typename R::FT &beta, typename R::FT &gamma)
{
solve(v0.x(), v0.y(), v0.z(),
CGAL::solve(v0.x(), v0.y(), v0.z(),
v1.x(), v1.y(), v1.z(),
v2.x(), v2.y(), v2.z(),
d.x(), d.y(), d.z(),