changed a type of the Build wrapper to override a weird compiler error (form int[3] to point3i)
This commit is contained in:
parent
ad17f61dc0
commit
97f8b30adf
|
@ -615,7 +615,7 @@ void Build( MeshType & in, const V & v, const F & f)
|
|||
template <class MeshType,class V>
|
||||
void Build( MeshType & in, const V & v)
|
||||
{
|
||||
std::vector<int[3]> dummyfaceVec;
|
||||
std::vector<Point3i> dummyfaceVec;
|
||||
Build(in,v,dummyfaceVec);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue