]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing override in MatrixFree LaplaceOperator 10045/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 6 May 2020 12:42:36 +0000 (08:42 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 6 May 2020 12:42:39 +0000 (08:42 -0400)
include/deal.II/matrix_free/operators.h

index f1644500e6459f566ba839a95a2fe8221ff57c0e..c88346f02801caa10c519ef745e78b7cf90f62cd 100644 (file)
@@ -839,7 +839,7 @@ namespace MatrixFreeOperators
      * approximation to be used in preconditioners.
      */
     virtual void
-    compute_diagonal();
+    compute_diagonal() override;
 
     /**
      * Set the heterogeneous scalar coefficient @p scalar_coefficient to be

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.