瀏覽代碼

std::__1 test

Former-commit-id: bf8725ff7a7956181b7d6c2696a554ce68df0bee
Alec Jacobson 9 年之前
父節點
當前提交
b4f91b8e7e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/igl/ray_mesh_intersect.cpp

+ 1 - 0
include/igl/ray_mesh_intersect.cpp

@@ -75,3 +75,4 @@ IGL_INLINE bool igl::ray_mesh_intersect(
 // Explicit template instanciation
 template bool igl::ray_mesh_intersect<Eigen::Matrix<float, 3, 1, 0, 3, 1>, Eigen::Matrix<float, 3, 1, 0, 3, 1>, Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1> >(Eigen::MatrixBase<Eigen::Matrix<float, 3, 1, 0, 3, 1> > const&, Eigen::MatrixBase<Eigen::Matrix<float, 3, 1, 0, 3, 1> > const&, Eigen::MatrixBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, Eigen::MatrixBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> > const&, std::__1::vector<igl::Hit, std::allocator<igl::Hit> >&);
 #endif
+