Эх сурвалжийг харах

boundary faces explicit template

Former-commit-id: efd832b61bd5ff489c2fa0b4080abdd8655a0457
jalec 13 жил өмнө
parent
commit
0deb1ee265

+ 1 - 0
include/igl/boundary_faces.cpp

@@ -85,5 +85,6 @@ IGL_INLINE void igl::boundary_faces(
 #ifndef IGL_HEADER_ONLY
 // Explicit template specialization
 template void igl::boundary_faces<Eigen::Matrix<int, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> > const&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> >&);
+template void igl::boundary_faces<int, int>(std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >&);
 #endif