]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update tests. 5582/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 5 Dec 2017 14:25:48 +0000 (07:25 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 5 Dec 2017 14:25:48 +0000 (07:25 -0700)
tests/vector_tools/boundaries.cc
tests/vector_tools/boundaries_complex.cc

index 3bbc390164b9d22864d596aa4048834b79f9c296..abf119b2e5d670f532ba10a8082d78ff8c67d798 100644 (file)
@@ -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];
-    };
+    }
 }
 
 
index 86fd0832675f6634bce7e0b09c4ecbb490419ec0..5b5e536879cd38f63c3c56a5f7f2b0894462d942 100644 (file)
@@ -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];
-    };
+    }
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.