From f74d5e6f73a86c80a1d2cfd9c8b732e158dab8ff Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 4 Dec 2001 09:31:18 +0000
Subject: [PATCH] Remove "Geo Physical" messages

---
 Mesh/Read_Mesh.cpp  | 8 +-------
 Parser/OpenFile.cpp | 8 ++------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp
index 910315ec8f..705b4cdbd4 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 93cda91058..6215493375 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);
-  
 }
 
-- 
GitLab