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

*** empty log message ***

parent fe382b29
No related branches found
No related tags found
No related merge requests found
......@@ -558,7 +558,7 @@ void GFace::XYZtoUV(const double X, const double Y, const double Z,
SPoint2 GFace::parFromPoint(const SPoint3 &p) const
{
double U, V;
double U = 0., V = 0.;
XYZtoUV(p.x(), p.y(), p.z(), U, V, 1.0);
return SPoint2(U, V);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment