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

*** empty log message ***

parent 39708f6e
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.186 2002-01-30 22:24:11 geuzaine Exp $ # $Id: Makefile,v 1.187 2002-02-05 20:19:34 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 33 GMSH_MINOR_VERSION = 33
GMSH_PATCH_VERSION = 3 GMSH_PATCH_VERSION = 4
MAKE = make MAKE = make
CXX = c++ CXX = c++
......
// $Id: Read_Mesh.cpp,v 1.38 2002-02-01 14:34:05 remacle Exp $ // $Id: Read_Mesh.cpp,v 1.39 2002-02-05 20:18:50 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "Geo.h" #include "Geo.h"
...@@ -121,8 +121,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ ...@@ -121,8 +121,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){
for (j = 0 ; j < Nbr_Nodes ; j++) for (j = 0 ; j < Nbr_Nodes ; j++)
fscanf(File_GEO, "%d", &verts[j].Num) ; fscanf(File_GEO, "%d", &verts[j].Num) ;
// why ????
if(1 || Elementary >= 0){
switch(Type){ switch(Type){
case LGN1: case LGN2: case LGN1: case LGN2:
...@@ -252,7 +250,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ ...@@ -252,7 +250,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){
break; break;
} }
} }
}
if(CTX.mesh.check_duplicates){ if(CTX.mesh.check_duplicates){
Tree_Action(Duplicates, Free_Vertex); Tree_Action(Duplicates, Free_Vertex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment