]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unnecessary semi-colons in step-12. 6116/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 29 Mar 2018 03:31:52 +0000 (21:31 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 29 Mar 2018 03:31:52 +0000 (21:31 -0600)
examples/step-12/step-12.cc

index e82e3f9beb4043a44eea8ee1ba0fad5fdbe22376..a602ca55d9fe48b9a24a5ca9155522c32ea85fc2 100644 (file)
@@ -88,7 +88,7 @@ namespace Step12
   class BoundaryValues:  public Function<dim>
   {
   public:
-    BoundaryValues () {};
+    BoundaryValues () {}
     virtual void value_list (const std::vector<Point<dim> > &points,
                              std::vector<double> &values,
                              const unsigned int component=0) const;
@@ -665,7 +665,7 @@ int main ()
                 << "----------------------------------------------------"
                 << std::endl;
       return 1;
-    };
+    }
 
   return 0;
 }

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.