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

*** empty log message ***

parent e39d0746
No related branches found
No related tags found
No related merge requests found
// $Id: 2D_Mesh.cpp,v 1.22 2001-05-21 08:56:35 geuzaine Exp $ // $Id: 2D_Mesh.cpp,v 1.23 2001-05-21 09:28:02 geuzaine Exp $
/* /*
Maillage Delaunay d'une surface (Point insertion Technique) Maillage Delaunay d'une surface (Point insertion Technique)
...@@ -29,12 +29,9 @@ extern Mesh *THEM; ...@@ -29,12 +29,9 @@ extern Mesh *THEM;
extern Context_T CTX; extern Context_T CTX;
extern int CurrentNodeNumber; extern int CurrentNodeNumber;
int LocalNewPoint;
PointRecord *gPointArray; PointRecord *gPointArray;
DocRecord *BGMESH, *FGMESH; DocRecord *BGMESH, *FGMESH;
double qual, newqual, L; int LocalNewPoint, is_3D = 0;
int is_3D = 0;
double LC2D ; double LC2D ;
static Surface *THESURFACE, *THESUPPORT; static Surface *THESURFACE, *THESUPPORT;
...@@ -949,7 +946,7 @@ void Make_Mesh_With_Points (DocRecord * ptr, PointRecord * Liste, int Numpoints) ...@@ -949,7 +946,7 @@ void Make_Mesh_With_Points (DocRecord * ptr, PointRecord * Liste, int Numpoints)
void filldel (Delaunay * deladd, int aa, int bb, int cc, void filldel (Delaunay * deladd, int aa, int bb, int cc,
PointRecord * points, DocRecord * mesh){ PointRecord * points, DocRecord * mesh){
double newqual, L; double qual, newqual, L;
MPoint pt2, pt4; MPoint pt2, pt4;
Vertex *v, *dum; Vertex *v, *dum;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment