From: bangerth Date: Mon, 30 Sep 2013 13:32:52 +0000 (+0000) Subject: Try to make older gccs happy. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b9f64e3cc59bc990f8db0ea1f211365bc42ecb;p=dealii-svn.git Try to make older gccs happy. git-svn-id: https://svn.dealii.org/trunk@31030 0785d39b-7218-0410-832d-ea1e28bc413d --- 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