From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Tue, 5 Dec 2017 14:25:48 +0000 (-0700)
Subject: Update tests.
X-Git-Tag: v9.0.0-rc1~689^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5065ddc1a7d20da828608e0f74d41213f101329;p=dealii.git

Update tests.
---

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];
-    };
+    }
 }