diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp index 910315ec8f16492bd723c1fbc1a856f218b2f0c5..705b4cdbd430ba70ca908bd977393a11945f21f2 100644 --- a/Mesh/Read_Mesh.cpp +++ b/Mesh/Read_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Read_Mesh.cpp,v 1.35 2001-12-03 15:34:42 geuzaine Exp $ +// $Id: Read_Mesh.cpp,v 1.36 2001-12-04 09:31:18 geuzaine Exp $ #include "Gmsh.h" #include "Geo.h" @@ -292,12 +292,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ M->status = 0 ; else M->status = -1 ; - - for(i=0;i<List_Nbr(Physicals);i++){ - List_Read(Physicals, i, &Physical); - Msg(INFO, "Got physical %d", Physical); - } - } /* ------------------------------------------------------------------------ */ diff --git a/Parser/OpenFile.cpp b/Parser/OpenFile.cpp index 93cda910585584f0b87944d0374d9cff9cb4ea1d..62154933754ea4dd6c883044559ed31828331637 100644 --- a/Parser/OpenFile.cpp +++ b/Parser/OpenFile.cpp @@ -1,4 +1,4 @@ -// $Id: OpenFile.cpp,v 1.24 2001-12-03 09:07:46 geuzaine Exp $ +// $Id: OpenFile.cpp,v 1.25 2001-12-04 09:31:18 geuzaine Exp $ #include "Gmsh.h" #include "Numeric.h" @@ -92,7 +92,7 @@ void MergeProblem(char *name){ void OpenProblem(char *name){ char ext[6]; - int i, status; + int status; if(CTX.threads_lock){ Msg(INFO, "I'm busy! Ask me that later..."); @@ -157,9 +157,5 @@ void OpenProblem(char *name){ else CalculateMinMax(THEM->Vertices,NULL); - for(i=0;i<List_Nbr(THEM->PhysicalGroups);i++) - Msg(INFO, "Got physical %d", - (*(PhysicalGroup **)List_Pointer(THEM->PhysicalGroups,i))->Num); - }