mirror of https://github.com/CGAL/cgal
The compiler is getting lost with all those solve() functions,
so qualify this one by CGAL::.
This commit is contained in:
parent
61cc878024
commit
979e397b26
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue