diff --git a/include/Algo/Modelisation/polyhedron.hpp b/include/Algo/Modelisation/polyhedron.hpp index d3ce043b208f0744528e779dbffc49268a3f255a..5a0fb5be17185564d645e3bf96fc4646b1669118 100644 --- a/include/Algo/Modelisation/polyhedron.hpp +++ b/include/Algo/Modelisation/polyhedron.hpp @@ -707,7 +707,7 @@ Dart Polyhedron::tore_topo(unsigned int m, unsigned int n) Dart d = m_tableVertDarts[i]; Dart e = m_tableVertDarts[(m*n)+i]; e = m_map.phi_1(e); - m_map.sewFaces(d, e, false); + m_map.sewFaces(d, e, true); } // remove the last n vertex darts that are no more necessary (sewed with n first)