From a9be90f3fe975b10082179ea274d166d8d57665e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 8 Nov 2013 23:53:04 +0000 Subject: [PATCH] Try to improve one issue where compilers typically can't quite resolve a function overload. git-svn-id: https://svn.dealii.org/trunk@31598 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/graph_coloring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/base/graph_coloring.h b/deal.II/include/deal.II/base/graph_coloring.h index 9a2c2f099c..d83fc85139 100644 --- a/deal.II/include/deal.II/base/graph_coloring.h +++ b/deal.II/include/deal.II/base/graph_coloring.h @@ -347,7 +347,7 @@ namespace GraphColoring } } - // If there is more than one partition, do the same thing that we did for the even partitions + // If there is more than one partition, do the same thing that we did for the even partitions // to the odd partitions if (partition_size>1) { @@ -479,7 +479,7 @@ namespace GraphColoring std::vector > make_graph_coloring(const Iterator &begin, const typename identity::type &end, - const std_cxx1x::function (const Iterator &)> &get_conflict_indices) + const std_cxx1x::function (const typename identity::type &)> &get_conflict_indices) { // Create the partitioning. std::vector > -- 2.39.5