Browse Source

wrong namespace

Former-commit-id: 5ee872a1e7efa80730f81a6cd8f16532d4f5628b
Alec Jacobson 9 years ago
parent
commit
96a27dd65d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/copyleft/cgal/piecewise_constant_winding_number.cpp

+ 1 - 1
include/igl/copyleft/cgal/piecewise_constant_winding_number.cpp

@@ -12,7 +12,7 @@
 #include <algorithm>
 
 template < typename DerivedV, typename DerivedF>
-IGL_INLINE bool igl::piecewise_constant_winding_number(
+IGL_INLINE bool igl::copyleft::cgal::piecewise_constant_winding_number(
   const Eigen::PlainObjectBase<DerivedV> & V,
   const Eigen::PlainObjectBase<DerivedF> & F)
 {