From 8d7329f3e5ad843e553c3c5503cecc28ef2eead6 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 20 Apr 2017 11:10:45 +0200 Subject: GUDHI 2.0.0 as released by upstream in a tarball. --- GudhUI/utils/Vertex_collapsor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'GudhUI/utils/Vertex_collapsor.h') diff --git a/GudhUI/utils/Vertex_collapsor.h b/GudhUI/utils/Vertex_collapsor.h index 2b36cb3a..568dab2f 100644 --- a/GudhUI/utils/Vertex_collapsor.h +++ b/GudhUI/utils/Vertex_collapsor.h @@ -81,6 +81,7 @@ template class Vertex_collapsor { if (link.is_cone()) return true; if (link.num_connected_components() > 1) return false; Edge_contractor contractor(link, link.num_vertices() - 1); + (void)contractor; return (link.num_vertices() == 1); } }; -- cgit v1.2.3