Эх сурвалжийг харах

templates

Former-commit-id: cdd3994e920ae9437ebf2f90e86c70bdd49fd039
Alec Jacobson 8 жил өмнө
parent
commit
7ba1392b2b

+ 1 - 0
include/igl/matlab/prepare_lhs.cpp

@@ -95,4 +95,5 @@ template void igl::matlab::prepare_lhs_logical<Eigen::Matrix<bool, -1, 1, 0, -1,
 template void igl::matlab::prepare_lhs_index<Eigen::Matrix<int, -1, 3, 1, -1, 3> >(Eigen::PlainObjectBase<Eigen::Matrix<int, -1, 3, 1, -1, 3> > const&, mxArray_tag**);
 template void igl::matlab::prepare_lhs_double<Eigen::Matrix<double, -1, 3, 1, -1, 3> >(Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 3, 1, -1, 3> > const&, mxArray_tag**);
 template void igl::matlab::prepare_lhs_double<Eigen::Matrix<int, 1, -1, 1, 1, -1> >(Eigen::PlainObjectBase<Eigen::Matrix<int, 1, -1, 1, 1, -1> > const&, mxArray_tag**);
+template void igl::matlab::prepare_lhs_double<Eigen::Matrix<int, 1, 3, 1, 1, 3> >(Eigen::PlainObjectBase<Eigen::Matrix<int, 1, 3, 1, 1, 3> > const&, mxArray_tag**);
 #endif