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

*** empty log message ***

parent bb04572f
No related branches found
No related tags found
No related merge requests found
// $Id: GetOptions.cpp,v 1.20 2001-05-20 19:24:53 geuzaine Exp $ // $Id: GetOptions.cpp,v 1.21 2001-05-21 08:56:35 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -130,7 +130,7 @@ void Get_Options (int argc, char *argv[], int *nbfiles) { ...@@ -130,7 +130,7 @@ void Get_Options (int argc, char *argv[], int *nbfiles) {
} }
} }
else if(!strcmp(argv[i]+1, "constrain")){ else if(!strcmp(argv[i]+1, "constrain")){
CTX.mesh.constrained_bgmesh = 1; CTX.mesh.constrained_bgmesh = 1; i++;
} }
else if(!strcmp(argv[i]+1, "convert")){ else if(!strcmp(argv[i]+1, "convert")){
i++; i++;
... ...
......
// $Id: 2D_Mesh.cpp,v 1.21 2001-05-20 19:24:53 geuzaine Exp $ // $Id: 2D_Mesh.cpp,v 1.22 2001-05-21 08:56:35 geuzaine Exp $
/* /*
Maillage Delaunay d'une surface (Point insertion Technique) Maillage Delaunay d'une surface (Point insertion Technique)
...@@ -498,6 +498,8 @@ int mesh_domain (ContourPeek * ListContours, int numcontours, ...@@ -498,6 +498,8 @@ int mesh_domain (ContourPeek * ListContours, int numcontours,
BGMESH = doc; BGMESH = doc;
InitBricks (BGMESH); InitBricks (BGMESH);
} }
else
BGMESH = NULL;
/* elimination des triangles exterieurs + verification de l'existence /* elimination des triangles exterieurs + verification de l'existence
des edges (coherence) */ des edges (coherence) */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment