Parcourir la source

bug fix in double area

Former-commit-id: 04a218282cfbb1c05a12b57bd1c276f35a0540b1
Daniele Panozzo il y a 10 ans
Parent
commit
3b64b70975
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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,