From: Wolfgang Bangerth Date: Thu, 26 Sep 2013 14:10:12 +0000 (+0000) Subject: See whether it makes a difference to take the address, rather than X-Git-Tag: v8.1.0~570^2~192 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb0a53528c6e1f09cc1157766b0c1ec8598b15e;p=dealii.git 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 --- 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