From 2cb8e42d755113f739205bcab3469802f526db29 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 19 Sep 2013 16:21:03 +0000 Subject: [PATCH] Fix output file name. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30831 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/graph_coloring_03.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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