diff --git a/Common/Views.cpp b/Common/Views.cpp
index 0589091a135516d6bb941e83cdb033308a8680db..db37e25dcde40cf48325ba7b5e2fac24941b0a23 100644
--- a/Common/Views.cpp
+++ b/Common/Views.cpp
@@ -1,4 +1,4 @@
-// $Id: Views.cpp,v 1.178 2005-11-20 03:58:28 geuzaine Exp $
+// $Id: Views.cpp,v 1.179 2005-11-24 19:59:00 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -1213,6 +1213,10 @@ static void write_txt(FILE *file, int nbelm, List_T *list,
   }
 }
 
+// Change this to have 2 choices: 
+// Tabular (By Element)
+// Tabular (By Time Step)
+
 void WriteViewTXT(Post_View *v, char *filename)
 {
   FILE *file = fopen(filename, "w");
diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp
index fbf8c1bdf5b69de9f50451ad92650ff800732fb5..c461a031a255a6ec0ebcb5be52fc942100e6856f 100644
--- a/Mesh/BDS.cpp
+++ b/Mesh/BDS.cpp
@@ -1,4 +1,4 @@
-// $Id: BDS.cpp,v 1.43 2005-11-03 13:44:03 remacle Exp $
+// $Id: BDS.cpp,v 1.44 2005-11-24 19:59:01 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -2546,8 +2546,8 @@ int BDS_Mesh::adapt_mesh(const BDS_Metric & metric, bool smooth,
   }
   
   Msg(INFO,"%d snaps have succeeded , %d have failed\n",SNAP_SUCCESS,SNAP_FAILURE);
-    //    outputScalarField (triangles,"b.pos");
-  applyOptimizationPatterns();
+  // outputScalarField (triangles,"b.pos");
+  // applyOptimizationPatterns(); // FIXME: this is buggy
   cleanup();  
   return nb_modif;
 }