Explorar el Código

namespace fix

Former-commit-id: 26ec6744efac10d03e59bd22b561623ca4cb2860
Daniele Panozzo hace 8 años
padre
commit
bab3333c4c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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