From d2f7bc50082a53b000fd2804aed621d7d4bf7119 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 15 Jun 2008 08:47:15 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/GUI.cpp | 4 ++--
 doc/VERSIONS | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index dbd7934ef5..e60dc8d8f3 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.689 2008-06-12 09:31:35 geuzaine Exp $
+// $Id: GUI.cpp,v 1.690 2008-06-15 08:47:15 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -302,7 +302,7 @@ Context_Item menu_mesh[] = {
 #if defined(HAVE_FOURIER_MODEL)
   {"Reparameterize",   (Fl_Callback *)mesh_parameterize_cb} , 
 #endif
-  {"Reclassify",   (Fl_Callback *)mesh_classify_cb} , 
+  //{"Reclassify",   (Fl_Callback *)mesh_classify_cb} , 
   {"Save",         (Fl_Callback *)mesh_save_cb} ,
   {0} 
 };  
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 06289529b1..4c6ed7058b 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,6 +1,7 @@
-$Id: VERSIONS,v 1.408 2008-06-15 08:30:45 geuzaine Exp $
+$Id: VERSIONS,v 1.409 2008-06-15 08:47:15 geuzaine Exp $
 
-2.2.1 (Jun 15, 2008): various small improvements and bug fixes.
+2.2.1 (Jun 15, 2008): various small improvements (adaptive views, gui,
+code cleanup) and bug fixes (high order meshes, Netgen interface).
 
 2.2.0 (Apr 19, 2008): new model-based post-processing backend; added
 MED I/O for mesh and post-processing; fixed BDF vertex ordering for
-- 
GitLab