diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index feccf29ba5403f66461c35e1432cb6d4dedbadce..acea144ab8b742cf52578f78e9f6a775333b4d58 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,4 +1,4 @@ -// $Id: Generator.cpp,v 1.67 2005-06-09 22:19:02 geuzaine Exp $ +// $Id: Generator.cpp,v 1.68 2005-06-09 22:27:18 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -243,7 +243,7 @@ void Maillage_Dimension_2(Mesh * M) // global "all-quad" recombine if(CTX.mesh.algo_recombine == 2) - Recombine_All(THEM); + Recombine_All(M); t2 = Cpu();