浏览代码

boundary faces explicit template

Former-commit-id: efd832b61bd5ff489c2fa0b4080abdd8655a0457
jalec 13 年之前
父节点
当前提交
0deb1ee265
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/igl/boundary_faces.cpp

+ 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