소스 검색

wrong namespace

Former-commit-id: 5ee872a1e7efa80730f81a6cd8f16532d4f5628b
Alec Jacobson 9 년 전
부모
커밋
96a27dd65d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 {