From 5b6d94398f68cd8886fdee3b86c07ab532c7249c Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 7 Oct 2011 15:34:46 +0000 Subject: [PATCH] Make compile. git-svn-id: https://svn.dealii.org/trunk@24555 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/refine_and_coarsen_fixed_number_06.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/mpi/refine_and_coarsen_fixed_number_06.cc b/tests/mpi/refine_and_coarsen_fixed_number_06.cc index b0210956d2..2387688f64 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_06.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_06.cc @@ -2,7 +2,7 @@ // $Id: simple_mpi_01.cc 23327 2011-02-11 03:19:07Z bangerth $ // Version: $Name$ // -// Copyright (C) 2009 by the deal.II authors +// Copyright (C) 2009, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -25,6 +25,7 @@ #include "../tests.h" #include +#include #include #include #include @@ -42,7 +43,7 @@ void test() parallel::distributed::Triangulation triangulation(MPI_COMM_WORLD); GridGenerator::hyper_cube (triangulation); - + Vector estimated_error_per_cell (triangulation.n_active_cells()); parallel::distributed::GridRefinement:: refine_and_coarsen_fixed_number (triangulation, @@ -55,10 +56,10 @@ void test() triangulation.execute_coarsening_and_refinement (); if (myid==0) - deallog << "n_global_active_cells=" + deallog << "n_global_active_cells=" << triangulation.n_global_active_cells() << std::endl; - + if (myid==0) deallog << "OK" << std::endl; } -- 2.39.5