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

ooops!
parent be68b820
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,11 @@ class gmshVertex : public GVertex { ...@@ -46,6 +46,11 @@ class gmshVertex : public GVertex {
v->Pos.X = p.x(); v->Pos.X = p.x();
v->Pos.Y = p.y(); v->Pos.Y = p.y();
v->Pos.Z = p.z(); v->Pos.Z = p.z();
if(mesh_vertices.size()){
mesh_vertices[0]->x() = p.x();
mesh_vertices[0]->y() = p.y();
mesh_vertices[0]->z() = p.z();
}
} }
virtual GeomType geomType() const; virtual GeomType geomType() const;
ModelType getNativeType() const { return GmshModel; } ModelType getNativeType() const { return GmshModel; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment