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

ooops!
parent be68b820
Branches
Tags
No related merge requests found
......@@ -46,6 +46,11 @@ class gmshVertex : public GVertex {
v->Pos.X = p.x();
v->Pos.Y = p.y();
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;
ModelType getNativeType() const { return GmshModel; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment