Explorar el Código

Update cut_to_disk.cpp

Former-commit-id: f077dea82796dce13525a82673bdac2baa1ebda1
Alec Jacobson hace 7 años
padre
commit
dde2f93dd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/igl/cut_to_disk.cpp

+ 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();