From 04694f043793c64243d49d243a0bc76f9432e1ea Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 6 Feb 2015 14:59:39 +0000 Subject: [PATCH] oops --- Geo/gmshVertex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index b2dcce283e..176053c441 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -15,6 +15,7 @@ gmshVertex::gmshVertex(GModel *m, Vertex *_v) : GVertex(m, _v->Num, _v->lc), v(_v) { + resetMeshAttributes(); } void gmshVertex::resetMeshAttributes() -- GitLab