From: Timo Heister Date: Wed, 20 Jan 2016 21:28:32 +0000 (-0500) Subject: fix test formatting X-Git-Tag: v8.4.0-rc2~66^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f788dc4bd07b73d745ef8ffa0e1370456af411af;p=dealii.git fix test formatting --- 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();