Преглед на файлове

done testing

Former-commit-id: b598c40c547e0577e040b86f83cd7e56d31ad1de
Alec Jacobson преди 9 години
родител
ревизия
1c11889105
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  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
- 
- 
- 
- 
- 
-