浏览代码

explicit

Former-commit-id: 4ff07c5be86fc7edfe278d9cc3af6263a2b8bed9
Alec Jacobson (jalec 11 年之前
父节点
当前提交
e0e76523a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/igl/repmat.cpp

+ 1 - 0
include/igl/repmat.cpp

@@ -55,4 +55,5 @@ IGL_INLINE void igl::repmat(
 // Explicit template specialization
 // generated by autoexplicit.sh
 template void igl::repmat<Eigen::Matrix<double, -1, 1, 0, -1, 1>, Eigen::Matrix<double, -1, -1, 0, -1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> > const&, int, int, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> >&);
+template void igl::repmat<Eigen::Matrix<double, -1, 1, 0, -1, 1>, Eigen::Matrix<double, -1, 1, 0, -1, 1> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> > const&, int, int, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> >&);
 #endif