Skip to content
Snippets Groups Projects
Commit 64db2d3c authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 2840fe84
No related branches found
No related tags found
No related merge requests found
...@@ -884,7 +884,8 @@ static bool meshGenerator(GFace *gf, int RECUR_ITER, ...@@ -884,7 +884,8 @@ static bool meshGenerator(GFace *gf, int RECUR_ITER,
for(int i = 0; i < CTX::instance()->mesh.nbSmoothing; i++) for(int i = 0; i < CTX::instance()->mesh.nbSmoothing; i++)
laplaceSmoothing(gf); laplaceSmoothing(gf);
} }
else if(debug){
if(debug){
char name[256]; char name[256];
sprintf(name, "real%d.pos", gf->tag()); sprintf(name, "real%d.pos", gf->tag());
outputScalarField(m->triangles, name, 0, gf); outputScalarField(m->triangles, name, 0, gf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment