Explorar el Código

rm broken template

Former-commit-id: db7b1be3396384517b62040eb2b1e30e99d91c09
Alec Jacobson hace 7 años
padre
commit
f94f61b519
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      include/igl/readMSH.cpp

+ 0 - 1
include/igl/readMSH.cpp

@@ -497,5 +497,4 @@ IGL_INLINE bool igl::readMSH(
 
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template instantiation
-template bool igl::readMSH<Eigen::Matrix<double, -1, -1, 1, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1>>(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 1, -1, -1> >&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> >&);
 #endif