From 3f1446374797b7c3ba7152eceab9af06d7a5bb1f Mon Sep 17 00:00:00 2001 From: Kilian Verhetsel <kilian.verhetsel@student.uclouvain.be> Date: Sun, 11 Dec 2016 18:23:47 +0000 Subject: [PATCH] Fixed explicit type for the weight map property map --- Mesh/yamakawa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index f4478f60d7..ea43a817ef 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -6394,7 +6394,7 @@ void Recombinator_Graph::execute(GRegion* gr) { } } - typename boost::property_map<graph_type, double>::type weight_map = + typename boost::property_map<graph_type, double vertex::*>::type weight_map = get(&vertex::quality, graph); std::vector<vertex_id> vertices; -- GitLab