Explorar o código

Added namespace

Former-commit-id: e6be536e44f329c5b65bebb79f9e95f72d314a9a
Yotam Gingold %!s(int64=8) %!d(string=hai) anos
pai
achega
03f0835453
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 // `find_seam_fast.py` for `cow_triangled.obj`.
 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<DerivedT>& TC,
     const Eigen::PlainObjectBase<DerivedF>& F,