Browse Source

bug fix in double area

Former-commit-id: 04a218282cfbb1c05a12b57bd1c276f35a0540b1
Daniele Panozzo 10 years ago
parent
commit
3b64b70975
1 changed files with 2 additions and 1 deletions
  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,