From eff9b77cdb7354d50b7bf59c575cc901026e0fab Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 2 Apr 2018 13:57:26 +0200 Subject: [PATCH] Make comparator const --- include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index bcc6399bae..cab72cbc41 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -6625,7 +6625,7 @@ namespace VectorTools struct PointComparator { bool operator ()(const std::array &p1, - const std::array &p2) + const std::array &p2) const { for (unsigned int d=0; d