Browse Source

namespace fix

Former-commit-id: 26ec6744efac10d03e59bd22b561623ca4cb2860
Daniele Panozzo 7 years ago
parent
commit
bab3333c4c
1 changed files with 3 additions and 1 deletions
  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,
     Eigen::SparseMatrix<TY>& Y,
     const Eigen::VectorXi& data);
     const Eigen::VectorXi& data);
 
 
+}
+
 #ifndef IGL_STATIC_LIBRARY
 #ifndef IGL_STATIC_LIBRARY
 #  include "slice_cached.cpp"
 #  include "slice_cached.cpp"
 #endif
 #endif
-}
+
 #endif
 #endif