diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 84d2c608fce7b75a9960101747290e21f0a101e5..4eff361057d5658a5a80ddef2514c0ed6002299e 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.332 2004-08-09 10:29:07 geuzaine Exp $
+// $Id: GUI.cpp,v 1.333 2004-08-13 20:59:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -2849,6 +2849,9 @@ void GUI::set_statistics()
   static double s[50];
   static char label[50][256];
 
+  extern Mesh *THEM;
+
+  Mesh_Quality(THEM);
   GetStatistics(s);
 
   // geom
diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp
index f53534ef553d8448bfc728ac765f45c93e374f2d..f92199c5f9e5578075b7a6a888a1a10582370f73 100644
--- a/Mesh/Generator.cpp
+++ b/Mesh/Generator.cpp
@@ -1,4 +1,4 @@
-// $Id: Generator.cpp,v 1.59 2004-06-30 17:49:51 geuzaine Exp $
+// $Id: Generator.cpp,v 1.60 2004-08-13 20:59:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -109,7 +109,6 @@ void GetStatistics(double stat[50])
   Tree_Action(THEM->Vertices, countOrder2);
   stat[16] = nbOrder2;
 
-  Mesh_Quality(THEM);
   stat[17] = THEM->quality_gamma[0];
   stat[18] = THEM->quality_gamma[1];
   stat[19] = THEM->quality_gamma[2];