From 1ea635320efdcdcb804874a37c4d441f10eb8ef9 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 13 Aug 2006 04:30:19 +0000 Subject: [PATCH] *** empty log message *** --- Geo/gmshFace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index bb87d53ebd..5ad0f936b0 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -161,7 +161,7 @@ int gmshFace::containsParam(const SPoint2 &pt) const SPoint2 gmshFace::parFromPoint(const SPoint3 &qp) const { double u,v; - if (s->Typ == MSH_SURF_PLAN){ + if(s->Typ == MSH_SURF_PLAN){ double x,y,z,VX[3],VY[3]; getMeanPlaneData(VX, VY, x, y, z); double vec[3] = {qp.x()-x,qp.y()-y,qp.z()-z}; -- GitLab