From a5065ddc1a7d20da828608e0f74d41213f101329 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 5 Dec 2017 07:25:48 -0700 Subject: [PATCH] Update tests. --- tests/vector_tools/boundaries.cc | 7 +++---- tests/vector_tools/boundaries_complex.cc | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/vector_tools/boundaries.cc b/tests/vector_tools/boundaries.cc index 3bbc390164..abf119b2e5 100644 --- a/tests/vector_tools/boundaries.cc +++ b/tests/vector_tools/boundaries.cc @@ -15,7 +15,6 @@ -/* Author: Wolfgang Bangerth, University of Heidelberg, 2001 */ /* Purpose: check interpolation and projection of boundary values. */ @@ -149,8 +148,8 @@ check () VectorTools::project_boundary_values (mapping, dof, function_map, boundary_q(dof), projected_bv); write_map (projected_bv); - }; - }; + } + } // delete objects now no more needed @@ -158,7 +157,7 @@ check () { delete fe_list[i]; delete function_list[i]; - }; + } } diff --git a/tests/vector_tools/boundaries_complex.cc b/tests/vector_tools/boundaries_complex.cc index 86fd083267..5b5e536879 100644 --- a/tests/vector_tools/boundaries_complex.cc +++ b/tests/vector_tools/boundaries_complex.cc @@ -15,7 +15,6 @@ -/* Author: Wolfgang Bangerth, University of Heidelberg, 2001 */ /* Purpose: check interpolation and projection of boundary values. Like the boundaries.cc test, but for complex-valued objects */ @@ -152,8 +151,8 @@ check () // VectorTools::project_boundary_values (mapping, dof, function_map, // boundary_q(dof), projected_bv); // write_map (projected_bv); - // }; - }; + // } + } // delete objects now no more needed @@ -161,7 +160,7 @@ check () { delete fe_list[i]; delete function_list[i]; - }; + } } -- 2.39.5