Skip to content
Snippets Groups Projects
Commit 793730bc authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 7c911d12
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ static bool gmsh2DMeshGenerator(GFace *gf, int RECUR_ITER,
reparamMeshVertexOnFace(here, gf, param);
U_[count] = param[0];
V_[count] = param[1];
printf("-> meshGFace : %g %g -> u,v = %g %g\n",here->x(),here->y(),param.x(),param.y());
// printf("-> meshGFace : %g %g -> u,v = %g %g\n",here->x(),here->y(),param.x(),param.y());
(*itv)->setIndex(count);
numbered_vertices[(*itv)->getIndex()] = *itv;
bbox += SPoint3(param.x(), param.y(), 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment