-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Description
Hello, when I try to compile the source code for version v2/v3/v4 using the Makefile, I use make all/make release, but I am told that AddTriangles() is not found.
The error message is here:
In file included from Src/MultiGridOctreeData.h:254,
from Src/MultiGridOctest.cpp:86:
Src/MultiGridOctreeData.inl: In static member function 'static int Octree<Degree>::AddTriangles(CoredMeshData*, std::vector<CoredPointIndex>*, std::vector<Point3D<float> >*, const int&)':
Src/MultiGridOctreeData.inl:2279:53: error: no matching function for call to 'Octree<Degree>::AddTriangles(CoredMeshData*&, std::vector<CoredPointIndex>&, std::vector<Point3D<float> >*&, const int&)'
return AddTriangles(mesh,e,interiorPositions,offSet);Compilation environment:
ubuntu 22.04
GNU Make 4.3
g++ 11.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels