diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 1e558076a346fe1067c6987f3745f2121826325d..a356e9ee3ed3f464586712bad2d0f62e442787df 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// $Id: GeoInterpolation.cpp,v 1.8 2006-12-21 09:33:41 remacle Exp $ +// $Id: GeoInterpolation.cpp,v 1.9 2006-12-21 09:35:46 remacle Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -425,8 +425,8 @@ Vertex InterpolateRuledSurface(Surface * s, double u, double v, // printf("%g %g %g for %g %g\n",T.Pos.X,T.Pos.Y,T.Pos.Z,u,v); // } - // if(issphere) - // TransfiniteSph(*S[0], *c1, &T); + if(issphere) + TransfiniteSph(*S[0], *c1, &T); return (T);