From 05662e5c272141b7872a0e2e89065fbe564fefdb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 17 Feb 2017 19:04:48 +0000
Subject: [PATCH] don't reset mesh attributes for GVertex : it destroys what
 the constructor just did (assign meshSize!)

---
 Geo/GVertex.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp
index adc523c633..72b9d93cd6 100644
--- a/Geo/GVertex.cpp
+++ b/Geo/GVertex.cpp
@@ -13,7 +13,6 @@
 
 GVertex::GVertex(GModel *m, int tag, double ms) : GEntity(m, tag), meshSize(ms)
 {
-  resetMeshAttributes();
 }
 
 GVertex::~GVertex()
-- 
GitLab