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

Update cut_to_disk.cpp

Former-commit-id: f077dea82796dce13525a82673bdac2baa1ebda1
Alec Jacobson 7 жил өмнө
parent
commit
dde2f93dd7

+ 1 - 1
include/igl/cut_to_disk.cpp

@@ -3,7 +3,7 @@
 namespace igl {
   template <typename DerivedF, typename Index>
   void cut_to_disk(
-    const Eigen::PlainObjectBase<DerivedF> &F,
+    const Eigen::MatrixBase<DerivedF> &F,
     std::vector<std::vector<Index> > &cuts) 
   {
     cuts.clear();