]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove an unnecessary semicolon
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Aug 2007 04:01:47 +0000 (04:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Aug 2007 04:01:47 +0000 (04:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@14895 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-26/step-26.cc

index fb90c3c571f7158354110ae72e5686c51bc09011..a5407761e7eae68c1b42d39aecf98ad60b0a6a08 100644 (file)
@@ -4,7 +4,7 @@
 /*    $Id$       */
 /*    Version: $Name$                                          */
 /*                                                                */
-/*    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors */
+/*    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors */
 /*                                                                */
 /*    This file is subject to QPL and may not be  distributed     */
 /*    without copyright and license information. Please refer     */
@@ -378,7 +378,7 @@ template <int dim>
 class BoundaryValues : public Function<dim> 
 {
   public:
-    BoundaryValues () : Function<dim>() {};
+    BoundaryValues () : Function<dim>() {}
     
     virtual double value (const Point<dim>   &p,
                          const unsigned int  component = 0) const;

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.