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

Remove "Geo Physical" messages

parent c1a128a9
No related branches found
No related tags found
No related merge requests found
// $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 "Gmsh.h"
#include "Geo.h" #include "Geo.h"
...@@ -292,12 +292,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ ...@@ -292,12 +292,6 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){
M->status = 0 ; M->status = 0 ;
else else
M->status = -1 ; M->status = -1 ;
for(i=0;i<List_Nbr(Physicals);i++){
List_Read(Physicals, i, &Physical);
Msg(INFO, "Got physical %d", Physical);
}
} }
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */
......
// $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 "Gmsh.h"
#include "Numeric.h" #include "Numeric.h"
...@@ -92,7 +92,7 @@ void MergeProblem(char *name){ ...@@ -92,7 +92,7 @@ void MergeProblem(char *name){
void OpenProblem(char *name){ void OpenProblem(char *name){
char ext[6]; char ext[6];
int i, status; int status;
if(CTX.threads_lock){ if(CTX.threads_lock){
Msg(INFO, "I'm busy! Ask me that later..."); Msg(INFO, "I'm busy! Ask me that later...");
...@@ -157,9 +157,5 @@ void OpenProblem(char *name){ ...@@ -157,9 +157,5 @@ void OpenProblem(char *name){
else else
CalculateMinMax(THEM->Vertices,NULL); 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);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment