From a261f5cf19c52c4f8b34b3bde868f69d496a5210 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 Sep 2013 13:32:52 +0000 Subject: [PATCH] Try to make older gccs happy. git-svn-id: https://svn.dealii.org/trunk@31030 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/graph_coloring_01.cc | 2 +- tests/base/graph_coloring_02.cc | 2 +- tests/base/graph_coloring_03.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/base/graph_coloring_01.cc b/tests/base/graph_coloring_01.cc index 9a0a79d745..19f4c34226 100644 --- a/tests/base/graph_coloring_01.cc +++ b/tests/base/graph_coloring_01.cc @@ -59,7 +59,7 @@ void check() std::vector::active_cell_iterator> > coloring( graph_coloring::make_graph_coloring(cell,dof_handler.end(), std_cxx1x::function (typename - DoFHandler::active_cell_iterator const &)> (get_conflict_indices_cfem))); + DoFHandler::active_cell_iterator const &)> (&get_conflict_indices_cfem))); // Output the coloring for (unsigned int color=0; color::active_cell_iterator> > coloring( graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(), std_cxx1x::function (typename - DoFHandler::active_cell_iterator const &)> (get_conflict_indices_cfem))); + DoFHandler::active_cell_iterator const &)> (&get_conflict_indices_cfem))); // Output the coloring for (unsigned int color=0; color::active_cell_iterator> > coloring( graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(), std_cxx1x::function (typename - hp::DoFHandler::active_cell_iterator const &)> (get_conflict_indices_cfem))); + hp::DoFHandler::active_cell_iterator const &)> (&get_conflict_indices_cfem))); // Output the coloring for (unsigned int color=0; color