From a8bdc71a6c375781a9635cd473fbd6f83aada73a Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Mon, 14 Oct 2013 15:21:41 +0200
Subject: [PATCH] duplicated nodes should be allowed to support zero volume
 elements

---
 MeshLib/Mesh.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp
index 26311c957e3..507bd455afc 100644
--- a/MeshLib/Mesh.cpp
+++ b/MeshLib/Mesh.cpp
@@ -39,7 +39,6 @@ Mesh::Mesh(const std::string &name,
 	_edge_length[0] = 0;
 	_edge_length[1] = 0;
 	this->setDimension();
-	this->makeNodesUnique();
 	this->setElementsConnectedToNodes();
 	//this->setNodesConnectedByEdges();
 	//this->setNodesConnectedByElements();
-- 
GitLab