diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 2c6be0d2950c1c02ae33ac2f336e26b128b2b000..a1737ba6fc281b7d3aefaa2cace0fd228bb960cb 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -884,7 +884,8 @@ static bool meshGenerator(GFace *gf, int RECUR_ITER, for(int i = 0; i < CTX::instance()->mesh.nbSmoothing; i++) laplaceSmoothing(gf); } - else if(debug){ + + if(debug){ char name[256]; sprintf(name, "real%d.pos", gf->tag()); outputScalarField(m->triangles, name, 0, gf);