浏览代码

Update cut_to_disk.cpp

Former-commit-id: f077dea82796dce13525a82673bdac2baa1ebda1
Alec Jacobson 7 年之前
父节点
当前提交
dde2f93dd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();