From: Wolfgang Bangerth Date: Thu, 19 Sep 2013 16:21:03 +0000 (+0000) Subject: Fix output file name. X-Git-Tag: v8.1.0~570^2~265 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49da3d093c620bcd92b53dd771b33ecb06135633;p=dealii.git Fix output file name. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30831 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/graph_coloring_03.cc b/tests/base/graph_coloring_03.cc index 92f889ebf5..61b6000529 100644 --- a/tests/base/graph_coloring_03.cc +++ b/tests/base/graph_coloring_03.cc @@ -53,13 +53,13 @@ void check() for (cell=dof_handler.begin_active(); cellcenter()[0]==0.625) && (cell->center()[1]==0.625)) cell->set_refine_flag(); - + triangulation.execute_coarsening_and_refinement(); dof_handler.distribute_dofs(fe_collection); // Create the coloring std::vector::active_cell_iterator> > coloring( - graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end())); + graph_coloring::make_graph_coloring(dof_handler.begin_active(),dof_handler.end())); // Output the coloring for (unsigned int color=0; color