Browse Source

done testing

Former-commit-id: b598c40c547e0577e040b86f83cd7e56d31ad1de
Alec Jacobson 9 years ago
parent
commit
1c11889105
1 changed files with 0 additions and 6 deletions
  1. 0 6
      include/igl/ray_mesh_intersect.cpp

+ 0 - 6
include/igl/ray_mesh_intersect.cpp

@@ -75,9 +75,3 @@ 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::vector<igl::Hit, std::allocator<igl::Hit> >&);
 #endif
- 
- 
- 
- 
- 
-