]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use override
authorDaniel Arndt <arndtd@ornl.gov>
Sat, 11 May 2019 16:30:52 +0000 (12:30 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sat, 11 May 2019 16:32:47 +0000 (12:32 -0400)
examples/step-43/step-43.cc

index ded8f0547346c2d98af5c44c7c419cadb6b56f76..9f7f7621a4b168cfd1791920348a6feb2ab9361f 100644 (file)
@@ -178,8 +178,9 @@ namespace Step43
         : TensorFunction<2, dim>()
       {}
 
-      virtual void value_list(const std::vector<Point<dim>> &points,
-                              std::vector<Tensor<2, dim>> &  values) const;
+      virtual void
+      value_list(const std::vector<Point<dim>> &points,
+                 std::vector<Tensor<2, dim>> &  values) 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.