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

*** empty log message ***

parent b7c3101a
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ int gmshFace::containsParam(const SPoint2 &pt) const ...@@ -161,7 +161,7 @@ int gmshFace::containsParam(const SPoint2 &pt) const
SPoint2 gmshFace::parFromPoint(const SPoint3 &qp) const SPoint2 gmshFace::parFromPoint(const SPoint3 &qp) const
{ {
double u,v; double u,v;
if (s->Typ == MSH_SURF_PLAN){ if(s->Typ == MSH_SURF_PLAN){
double x,y,z,VX[3],VY[3]; double x,y,z,VX[3],VY[3];
getMeanPlaneData(VX, VY, x, y, z); getMeanPlaneData(VX, VY, x, y, z);
double vec[3] = {qp.x()-x,qp.y()-y,qp.z()-z}; double vec[3] = {qp.x()-x,qp.y()-y,qp.z()-z};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment