From f35c2c4e3356c94977088f7e30afa04cb5106019 Mon Sep 17 00:00:00 2001
From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be>
Date: Thu, 21 Dec 2006 09:35:46 +0000
Subject: [PATCH] Transfinite sphere uncommented in GeoInterpolation.cpp

---
 Geo/GeoInterpolation.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp
index 1e558076a3..a356e9ee3e 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);
     
-- 
GitLab