]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make derivation from a base class public.
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 19 Dec 2024 05:10:37 +0000 (22:10 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 19 Dec 2024 05:10:55 +0000 (22:10 -0700)
include/deal.II/lac/matrix_block.h

index 0f988f9ff4e8d9999224ad9f7d0491a8d58606e8..f93248788410ffb6dbc63372ff5b68cf0a36ccd1 100644 (file)
@@ -330,7 +330,7 @@ private:
  * @ingroup vector_valued
  */
 template <typename MatrixType>
-class MatrixBlockVector : private AnyData
+class MatrixBlockVector : public AnyData
 {
 public:
   /**

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.