diff --git a/Mesh/Create.cpp b/Mesh/Create.cpp index cab711cc014abb0f80e4d828376ac051c3e83378..09bf3715eb3034817153391c33ab914119f5027e 100644 --- a/Mesh/Create.cpp +++ b/Mesh/Create.cpp @@ -1,4 +1,4 @@ -// $Id: Create.cpp,v 1.58 2004-05-29 23:22:19 geuzaine Exp $ +// $Id: Create.cpp,v 1.59 2004-06-23 22:23:42 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -655,7 +655,7 @@ Surface *Create_Surface(int Num, int Typ) for(i = 0; i < 5; i++) pS->ipar[i] = 0; pS->Recombine = 0; - pS->RecombineAngle = 90; + pS->RecombineAngle = 75; pS->TrsfPoints = List_Create(4, 4, sizeof(Vertex *)); pS->Simplexes = Tree_Create(sizeof(Simplex *), compareQuality); pS->Quadrangles = Tree_Create(sizeof(Quadrangle *), compareQuadrangle);