nmwsharp / nonmanifold-laplacian

A robust Laplace matrix for general (possibly nonmanifold) triangle meshes, and point clouds [Sharp & Crane SGP 2020]
MIT License
124 stars 8 forks source link

Fix compile error: ambiguous reference to 'Vector3' #3

Closed sitic closed 5 months ago

sitic commented 5 months ago

Fixes ambiguous reference to Vector3 compilation errors (using gcc 13.2 and Eigen v3.4.0). Both geometrycentral::Vector3 and Eigen::Vector3 exist, which causes the symbol confusion.

nmwsharp commented 5 months ago

Thank you for the fix!