소스 검색

namespace fix

Former-commit-id: 26ec6744efac10d03e59bd22b561623ca4cb2860
Daniele Panozzo 7 년 전
부모
커밋
bab3333c4c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      include/igl/slice_cached.h

+ 3 - 1
include/igl/slice_cached.h

@@ -57,8 +57,10 @@ namespace igl
     Eigen::SparseMatrix<TY>& Y,
     const Eigen::VectorXi& data);
 
+}
+
 #ifndef IGL_STATIC_LIBRARY
 #  include "slice_cached.cpp"
 #endif
-}
+
 #endif