diff --git a/Mesh/Create.cpp b/Mesh/Create.cpp
index c038c859ea040acf13cee7b0ce0e5783b6884e34..31ca867c38ac18b348e9f069f28f2fc3d2121b86 100644
--- a/Mesh/Create.cpp
+++ b/Mesh/Create.cpp
@@ -1,4 +1,4 @@
-// $Id: Create.cpp,v 1.68 2005-02-20 07:11:04 geuzaine Exp $
+// $Id: Create.cpp,v 1.69 2005-02-26 04:53:13 geuzaine Exp $
 //
 // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 //
@@ -532,7 +532,7 @@ Curve *Create_Curve(int Num, int Typ, int Order, List_T * Liste,
   pC->Color.type = 0;
   pC->Visible = VIS_GEOM | VIS_MESH;
   pC->cp = NULL;
-  pC->Vertices = List_Create(10, 100, sizeof(Vertex *));
+  pC->Vertices = List_Create(2, 20, sizeof(Vertex *));
   pC->Extrude = NULL;
   pC->theSegmRep = 0;
   pC->Typ = Typ;
diff --git a/TODO b/TODO
index cabe2f9d5a53d87f13a1fad04139ad0761e6b4c8..2b2a916718a27603d1c3ed85924645b06c2ca714 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,8 @@
-$Id: TODO,v 1.84 2005-02-04 16:06:10 geuzaine Exp $
+$Id: TODO,v 1.85 2005-02-26 04:53:12 geuzaine Exp $
+
+********************************************************************
+
+use inria's mesh and solution file formats?
 
 ********************************************************************