Skip to content
Snippets Groups Projects
Commit 9493a75d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 7b72b2a6
Branches
Tags
No related merge requests found
......@@ -344,8 +344,7 @@ bool reparamMeshVertexOnFace(MVertex *v, GFace *gf, SPoint2 &param)
if(v->onWhat() == gf && v->getParameter(0, UU) && v->getParameter(1, VV))
param = SPoint2(UU, VV);
else
return false;
// param = gf->parFromPoint(SPoint3(v->x(), v->y(), v->z()));
param = gf->parFromPoint(SPoint3(v->x(), v->y(), v->z()));
}
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment