From b8cef1cd2e16ab2ebffef478b6a57965c4eb431d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 4 Dec 2002 17:19:37 +0000
Subject: [PATCH] Remove the "Eigenvector" option for tensor visualization
 (it's not implemented). Add Chad to the list of contributors.

---
 Fltk/GUI.cpp     |  4 ++--
 doc/CONTRIBUTORS | 13 ++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index e71928ff13..9ffbc2f5a0 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.222 2002-11-20 23:26:46 geuzaine Exp $
+// $Id: GUI.cpp,v 1.223 2002-12-04 17:19:37 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -2038,7 +2038,7 @@ void GUI::create_option_window(){
 
 	static Fl_Menu_Item menu_tensor[] = {
 	  {"Von-Mises",    0, 0, 0},
-	  {"Eigenvectors", 0, 0, 0},
+	  //{"Eigenvectors", 0, 0, 0}, //not implemented yet
 	  {0}
 	};
 	view_choice[4] = new Fl_Choice(2*WB, 2*WB+8*BH, IW, BH, "Tensor display");
diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS
index 4d43586951..481cb16c77 100644
--- a/doc/CONTRIBUTORS
+++ b/doc/CONTRIBUTORS
@@ -1,4 +1,4 @@
-$Id: CONTRIBUTORS,v 1.12 2002-11-13 19:33:10 geuzaine Exp $
+$Id: CONTRIBUTORS,v 1.13 2002-12-04 17:19:37 geuzaine Exp $
 
 Gmsh is copyright (c) 1997-2002 by
 
@@ -17,12 +17,10 @@ Parts of the code have been contributed by
       - Mac OS port
 
 Special thanks to the following folks who have greatly contributed by
-providing fresh ideas on theoretical or programming topics, or who
-have sent patches, requests, warnings, or pleas for changes or
-improvements. While attempts were made to be as complete as possible,
-it is inevitable that some contributors have been omitted. If you are
-in this situation, just send an e-mail to one of the authors, and you
-will be added to the list!
+providing fresh ideas on theoretical or programming topics, who have
+sent patches, requests, warnings, or pleas for changes or
+improvements, or who gave us access to exotic machines for
+testing/building the code:
 
     Juan Abanto <juanabanto@yahoo.com>
     Olivier Adam <o.adam@ulg.ac.be>
@@ -35,6 +33,7 @@ will be added to the list!
     Fran�ois Henrotte <fhenrott@esat.kuleuven.ac.be>
     Beno�t Meys <bmeys@techspace-aero.be>
     Nicolas Mo�s <moes@tam9.mech.nwu.edu>
+    Chad Schmutzer <schmutze@acm.caltech.edu>
     Nicolas Tardieu <nicolas.tardieu@edf.fr>
 
 Finally, thanks to all of you who sent e-mail showing interest. This
-- 
GitLab