浏览代码

rm broken template

Former-commit-id: db7b1be3396384517b62040eb2b1e30e99d91c09
Alec Jacobson 7 年之前
父节点
当前提交
f94f61b519
共有 1 个文件被更改,包括 0 次插入1 次删除
  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
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template instantiation
 // 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
 #endif