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

*** empty log message ***

parent a9482499
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -41,8 +41,6 @@ void gmshModel::import() ...@@ -41,8 +41,6 @@ void gmshModel::import()
GVertex *v = vertexByTag(p->Num); GVertex *v = vertexByTag(p->Num);
if(!v){ if(!v){
v = new gmshVertex(this, p); 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); add(v);
} }
if(!p->Visible) v->setVisibility(0); if(!p->Visible) v->setVisibility(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment