Browse Source

Fix boolean test.

Jérémie Dumas 6 years ago
parent
commit
3dd8e3e0e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/include/igl/copyleft/boolean/mesh_boolean.cpp

+ 1 - 1
tests/include/igl/copyleft/boolean/mesh_boolean.cpp

@@ -9,7 +9,7 @@
 #include <igl/unique_edge_map.h>
 #include <igl/unique_edge_map.h>
 #include <igl/is_edge_manifold.h>
 #include <igl/is_edge_manifold.h>
 
 
-namespace mesh_boolean_test {
+namespace {
 
 
     template<typename DerivedF>
     template<typename DerivedF>
     void assert_no_exterior_edges(
     void assert_no_exterior_edges(