]> https://gitweb.dealii.org/ - dealii.git/commitdiff
See whether it makes a difference to take the address, rather than
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Sep 2013 14:10:12 +0000 (14:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 26 Sep 2013 14:10:12 +0000 (14:10 +0000)
just write 'function<dim>'.

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30952 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/graph_coloring_02.cc

index 23972e88cc52ca8d1cf3f26e98da6309ec4bdc2f..1f2a6fd071044dd4ea84a51d7ed85a0e777e6cff 100644 (file)
@@ -68,7 +68,7 @@ void check()
   // Create the coloring
   std::vector<std::vector<typename DoFHandler<dim>::active_cell_iterator> > coloring(
       graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end(),
-        get_conflict_indices_cfem<dim>));
+        &get_conflict_indices_cfem<dim>));
 
   // Output the coloring
   for (unsigned int color=0; color<coloring.size(); ++color)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.