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

don't reset mesh attributes for GVertex : it destroys what the constructor...

don't reset mesh attributes for GVertex : it destroys what the constructor just did (assign meshSize!)
parent e280b539
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@
GVertex::GVertex(GModel *m, int tag, double ms) : GEntity(m, tag), meshSize(ms)
{
resetMeshAttributes();
}
GVertex::~GVertex()
......
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