Преглед изворни кода

slice template

Former-commit-id: 449fd6bcf87c4eb54bdc352a0ed34dcead376bde
Alec Jacobson (jalec пре 12 година
родитељ
комит
88d917db2b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      include/igl/slice.cpp

+ 1 - 0
include/igl/slice.cpp

@@ -131,4 +131,5 @@ template void igl::slice<Eigen::Matrix<double, -1, -1, 0, -1, -1> >(Eigen::Plain
 template void igl::slice<Eigen::Matrix<float, -1, -1, 0, -1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<float, -1, -1, 0, -1, -1> > const&, Eigen::Matrix<int, -1, 1, 0, -1, 1> const&, Eigen::Matrix<int, -1, 1, 0, -1, 1> const&, Eigen::PlainObjectBase<Eigen::Matrix<float, -1, -1, 0, -1, -1> >&);
 // generated by autoexplicit.sh
 template void igl::slice<double>(Eigen::SparseMatrix<double, 0, int> const&, Eigen::Matrix<int, -1, 1, 0, -1, 1> const&, Eigen::Matrix<int, -1, 1, 0, -1, 1> const&, Eigen::SparseMatrix<double, 0, int>&);
+template void igl::slice<Eigen::Matrix<double, -1, 1, 0, -1, 1> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> > const&, Eigen::Matrix<int, -1, 1, 0, -1, 1> const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> >&);
 #endif