From a493cd9a5956913c1ca4252645da01699ff0c4f4 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 10 Mar 2009 12:06:14 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/CreateFile.h | 1 +
 Geo/GEdge.h         | 2 +-
 doc/TODO.txt        | 6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Common/CreateFile.h b/Common/CreateFile.h
index 771fd4839d..c39a8d475b 100644
--- a/Common/CreateFile.h
+++ b/Common/CreateFile.h
@@ -2,6 +2,7 @@
 //
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to <gmsh@geuz.org>.
+
 #ifndef _CREATE_FILE_H_
 #define _CREATE_FILE_H_
 
diff --git a/Geo/GEdge.h b/Geo/GEdge.h
index 1942eb0084..a4489807ac 100644
--- a/Geo/GEdge.h
+++ b/Geo/GEdge.h
@@ -151,7 +151,7 @@ class GEdge : public GEntity {
   // try to reparametrise the point on the edge
   virtual double parFromPoint(const SVector3& Q) const;
   
-  virtual bool XYZToU(const SVector3& Q,double& t,double relax=0.5) const;
+  virtual bool XYZToU(const SVector3& Q,double& t,const double relax=0.5) const;
 
   struct {
     char Method;
diff --git a/doc/TODO.txt b/doc/TODO.txt
index f820dd55bd..0e59153b3b 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -1,4 +1,8 @@
-$Id: TODO.txt,v 1.19 2009-03-08 19:12:34 geuzaine Exp $
+$Id: TODO.txt,v 1.20 2009-03-10 12:06:14 geuzaine Exp $
+
+********************************************************************
+
+define HAVE_NO_MESH to remove mesh algorithms from build
 
 ********************************************************************
 
-- 
GitLab