Explorar el Código

bug fix in double area

Former-commit-id: 04a218282cfbb1c05a12b57bd1c276f35a0540b1
Daniele Panozzo hace 10 años
padre
commit
3b64b70975
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      include/igl/doublearea.cpp

+ 2 - 1
include/igl/doublearea.cpp

@@ -73,12 +73,13 @@ IGL_INLINE void igl::doublearea(
   }
 }
 
+
 template <
   typename DerivedA,
   typename DerivedB,
   typename DerivedC,
   typename DerivedD>
-IGL_INLINE void doublearea(
+IGL_INLINE void igl::doublearea(
   const Eigen::PlainObjectBase<DerivedA> & A,
   const Eigen::PlainObjectBase<DerivedB> & B,
   const Eigen::PlainObjectBase<DerivedC> & C,