From d6c27aa8638a3ac03096395dbd69eebde02358f3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 26 Sep 2013 14:10:12 +0000 Subject: [PATCH] See whether it makes a difference to take the address, rather than just write 'function'. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30952 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/graph_coloring_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/graph_coloring_02.cc b/tests/base/graph_coloring_02.cc index 23972e88cc..1f2a6fd071 100644 --- a/tests/base/graph_coloring_02.cc +++ b/tests/base/graph_coloring_02.cc @@ -68,7 +68,7 @@ void check() // Create the coloring std::vector::active_cell_iterator> > coloring( graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(), - get_conflict_indices_cfem)); + &get_conflict_indices_cfem)); // Output the coloring for (unsigned int color=0; color