Merge pull request #1441 from BruegelN/fix-average_onto_faces-namespace

Added igl namespace average_onto_faces.cpp
This commit is contained in:
Jérémie Dumas
2020-04-11 09:27:41 -07:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@
#include "average_onto_faces.h"
template <typename DerivedF, typename DerivedS, typename DerivedSF>
IGL_INLINE void average_onto_faces(
IGL_INLINE void igl::average_onto_faces(
const Eigen::MatrixBase<DerivedF> & F,
const Eigen::MatrixBase<DerivedS> & S,
Eigen::PlainObjectBase<DerivedSF> & SF)