فهرست منبع

Merge pull request #335 from yig/patch-3

Added namespace

Former-commit-id: 24f1903f6df9a0463daa26452a3670facda979a4
Alec Jacobson 8 سال پیش
والد
کامیت
7d9e07c242
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/igl/seam_edges.cpp

+ 1 - 1
include/igl/seam_edges.cpp

@@ -31,7 +31,7 @@ namespace {
 // I have verified that this function produces the exact same output as
 // I have verified that this function produces the exact same output as
 // `find_seam_fast.py` for `cow_triangled.obj`.
 // `find_seam_fast.py` for `cow_triangled.obj`.
 template <typename DerivedV, typename DerivedF, typename DerivedT>
 template <typename DerivedV, typename DerivedF, typename DerivedT>
-IGL_INLINE void seam_edges(
+IGL_INLINE void igl::seam_edges(
     const Eigen::PlainObjectBase<DerivedV>& V,
     const Eigen::PlainObjectBase<DerivedV>& V,
     const Eigen::PlainObjectBase<DerivedT>& TC,
     const Eigen::PlainObjectBase<DerivedT>& TC,
     const Eigen::PlainObjectBase<DerivedF>& F,
     const Eigen::PlainObjectBase<DerivedF>& F,