From: bangerth Date: Thu, 7 Nov 2013 22:09:44 +0000 (+0000) Subject: One last minor change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1134298da0aea41e1661ea6c27e432e8dfd984e1;p=dealii-svn.git One last minor change. git-svn-id: https://svn.dealii.org/trunk@31578 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/graph_coloring.h b/deal.II/include/deal.II/base/graph_coloring.h index db8d238f14..3deb60d595 100644 --- a/deal.II/include/deal.II/base/graph_coloring.h +++ b/deal.II/include/deal.II/base/graph_coloring.h @@ -282,7 +282,7 @@ namespace GraphColoring */ template std::vector > - gather_colors(std::vector > > const &partition_coloring) + gather_colors(const std::vector > > &partition_coloring) { std::vector > coloring;