]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add some missing override annotations to step-63. 7993/head
authorDavid Wells <drwells@email.unc.edu>
Thu, 2 May 2019 02:01:42 +0000 (22:01 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 2 May 2019 02:04:31 +0000 (22:04 -0400)
examples/step-63/step-63.cc

index 5b906c97ff3192eeac107668fe90ad1731c00c62..ca64242194a93eea719457da9b5b358da38743bd 100644 (file)
@@ -314,11 +314,11 @@ namespace Step63
     {}
 
     virtual double value(const Point<dim> & p,
-                         const unsigned int component = 0) const;
+                         const unsigned int component = 0) const override;
 
     virtual void value_list(const std::vector<Point<dim>> &points,
                             std::vector<double> &          values,
-                            const unsigned int             component = 0) const;
+                            const unsigned int component = 0) const override;
   };
 
   template <int dim>
@@ -357,11 +357,11 @@ namespace Step63
     {}
 
     virtual double value(const Point<dim> & p,
-                         const unsigned int component = 0) const;
+                         const unsigned int component = 0) const override;
 
     virtual void value_list(const std::vector<Point<dim>> &points,
                             std::vector<double> &          values,
-                            const unsigned int             component = 0) const;
+                            const unsigned int component = 0) const override;
   };
 
 

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.