Skip to content
Snippets Groups Projects
Commit a493cd9a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 61b6a09d
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#ifndef _CREATE_FILE_H_ #ifndef _CREATE_FILE_H_
#define _CREATE_FILE_H_ #define _CREATE_FILE_H_
......
...@@ -151,7 +151,7 @@ class GEdge : public GEntity { ...@@ -151,7 +151,7 @@ class GEdge : public GEntity {
// try to reparametrise the point on the edge // try to reparametrise the point on the edge
virtual double parFromPoint(const SVector3& Q) const; 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 { struct {
char Method; char Method;
......
$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
******************************************************************** ********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment