Ver Fonte

Update cut_to_disk.h

Former-commit-id: 50e8037b31d828001aaab7da7dda8a4ece60ab8f
Alec Jacobson há 7 anos atrás
pai
commit
83db1d2f19
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      include/igl/cut_to_disk.h

+ 3 - 3
include/igl/cut_to_disk.h

@@ -1,5 +1,5 @@
-#ifndef IGL_CUT_TO_DISK
-#define IGL_CUT_TO_DISK
+#ifndef IGL_CUT_TO_DISK_H
+#define IGL_CUT_TO_DISK_H
 #include "igl_inline.h"
 #include "igl_inline.h"
 
 
 #include <Eigen/Core>
 #include <Eigen/Core>
@@ -45,7 +45,7 @@ namespace igl
     typename DerivedF,
     typename DerivedF,
     typename Index>
     typename Index>
   IGL_INLINE void cut_to_disk(
   IGL_INLINE void cut_to_disk(
-    const Eigen::PlainObjectBase<DerivedF> &F,
+    const Eigen::MatrixBase<DerivedF> &F,
     std::vector<std::vector<Index> > &cuts);    
     std::vector<std::vector<Index> > &cuts);    
 };
 };