Kaynağa Gözat

Update cut_to_disk.cpp

Former-commit-id: f077dea82796dce13525a82673bdac2baa1ebda1
Alec Jacobson 7 yıl önce
ebeveyn
işleme
dde2f93dd7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();