]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing override 11289/head
authorPeter Munch <peterrmuench@gmail.com>
Tue, 1 Dec 2020 09:23:48 +0000 (10:23 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Tue, 1 Dec 2020 09:23:48 +0000 (10:23 +0100)
include/deal.II/multigrid/mg_transfer_global_coarsening.h

index ce75df0fd5dde16eef46d2f5595c0af4b63d5f7d..b1fd856f59eb22599b5c9ba542cdbcdefd885c9b 100644 (file)
@@ -280,7 +280,7 @@ public:
   void
   prolongate(const unsigned int to_level,
              VectorType &       dst,
-             const VectorType & src) const;
+             const VectorType & src) const override;
 
   /**
    * Perform restriction.
@@ -288,7 +288,7 @@ public:
   virtual void
   restrict_and_add(const unsigned int from_level,
                    VectorType &       dst,
-                   const VectorType & src) const;
+                   const VectorType & src) const override;
 
   /**
    * Initialize internal vectors and copy @p src vector to the finest

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.