Jelajahi Sumber

templates

Former-commit-id: 00b5d98c4649d5fbb3bcf4a261be663115af119c
Alec Jacobson 10 tahun lalu
induk
melakukan
29c41231b0
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      include/igl/list_to_matrix.cpp

+ 1 - 0
include/igl/list_to_matrix.cpp

@@ -158,4 +158,5 @@ template bool igl::list_to_matrix<double, Eigen::Matrix<double, -1, 3, 0, -1, 3>
 template bool igl::list_to_matrix<double, Eigen::PlainObjectBase<Eigen::Matrix<double, 2, 1, 0, 2, 1> > >(std::vector<double, std::allocator<double> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, 2, 1, 0, 2, 1> >&);
 template bool igl::list_to_matrix<double, Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1, 0, 3, 1> > >(std::vector<double, std::allocator<double> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 1, 0, 3, 1> >&);
 template bool igl::list_to_matrix<double, Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1, 0, 4, 1> > >(std::vector<double, std::allocator<double> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1, 0, 4, 1> >&);
+template bool igl::list_to_matrix<double, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> > >(std::vector<double, std::allocator<double> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> >&);
 #endif