From f788dc4bd07b73d745ef8ffa0e1370456af411af Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 20 Jan 2016 16:28:32 -0500 Subject: [PATCH] fix test formatting --- tests/codim_one/error_estimator_02.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/codim_one/error_estimator_02.cc b/tests/codim_one/error_estimator_02.cc index 665a550139..96a1c3962d 100644 --- a/tests/codim_one/error_estimator_02.cc +++ b/tests/codim_one/error_estimator_02.cc @@ -87,7 +87,7 @@ void make_mesh (Triangulation &tria) boundary_ids.insert (1); boundary_ids.insert (2); GridGenerator::extract_boundary_mesh (volume_mesh, tria, - boundary_ids); + boundary_ids); tria.refine_global (2); } @@ -119,7 +119,7 @@ check () Vector error (tria.n_active_cells()); KellyErrorEstimator::estimate (mapping, dof, q_face, - typename FunctionMap::type(), + typename FunctionMap::type(), v, error); deallog << "Estimated error indicators:" << std::endl; for (unsigned int i=0; i (); deallog.pop(); -- 2.39.5