diff --git a/include/Algo/Export/exportVol.hpp b/include/Algo/Export/exportVol.hpp index afcd96c595a4b0289a669bcaae3c443928a60af7..21cdb5a7194ef6597e81ec6b3307a662e2711d95 100644 --- a/include/Algo/Export/exportVol.hpp +++ b/include/Algo/Export/exportVol.hpp @@ -112,11 +112,11 @@ bool exportNAS(typename PFP::MAP& map, const VertexAttribute Dart e = d; Dart f = map.template phi<21121>(d); hexa.push_back(indices[f]); - e = map.phi_1(f); + f = map.phi_1(f); hexa.push_back(indices[f]); - e = map.phi_1(f); + f = map.phi_1(f); hexa.push_back(indices[f]); - e = map.phi_1(f); + f = map.phi_1(f); hexa.push_back(indices[f]); hexa.push_back(indices[e]); e = map.phi1(e); @@ -129,7 +129,7 @@ bool exportNAS(typename PFP::MAP& map, const VertexAttribute if (degree == 4) { - //CAS TETRAEDRIQUE (ordre 2 quad superposes, le premier en CCW) + //CAS TETRAEDRIQUE Dart e = d; tetra.push_back(indices[e]); e = map.phi1(e); diff --git a/include/Algo/Import/importMSH.hpp b/include/Algo/Import/importMSH.hpp index 54dee624d11a36eb249c453125f5fb39bfe8ed82..3607c3b2896d3710975859678f4264ecb5a1c269 100644 --- a/include/Algo/Import/importMSH.hpp +++ b/include/Algo/Import/importMSH.hpp @@ -181,7 +181,6 @@ bool importMSH(typename PFP::MAP& map, const std::string& filename, std::vector< { if ((type_elm==5) && (nb==8)) { - std::cout << "HEXA: "<< i << std::endl; Geom::Vec4ui v; if (i==0)