From 734a4fea79f624c028a2e6f8e0b21bf17927abbd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 27 Aug 2006 16:35:22 +0000
Subject: [PATCH] *** empty log message ***

---
 Geo/gmshModel.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Geo/gmshModel.cpp b/Geo/gmshModel.cpp
index f0f48bf848..2f15a650eb 100644
--- a/Geo/gmshModel.cpp
+++ b/Geo/gmshModel.cpp
@@ -1,4 +1,4 @@
-// $Id: gmshModel.cpp,v 1.14 2006-08-26 15:13:22 remacle Exp $
+// $Id: gmshModel.cpp,v 1.15 2006-08-27 16:35:22 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -41,8 +41,6 @@ void gmshModel::import()
       GVertex *v = vertexByTag(p->Num);
       if(!v){
 	v = new gmshVertex(this, p);
-	MVertex *mv = *(v->mesh_vertices.begin());
-	//	Msg(INFO,"vertex %d %g %g %g -- %g %g %g",v->tag(),v->x(),v->y(),v->z(),mv->x(),mv->y(),mv->z());
 	add(v);
       }
       if(!p->Visible) v->setVisibility(0);
-- 
GitLab