]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make function of base class available; test compiles again
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 5 Aug 2009 16:25:38 +0000 (16:25 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 5 Aug 2009 16:25:38 +0000 (16:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@19182 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition_block.h

index acebe3c0745ef992fffc5506e9ce2923c9c23502..8c25ce60dc274383f4f460bd02df2a9fb66647de 100644 (file)
@@ -670,6 +670,10 @@ class PreconditionBlockJacobi : public virtual Subscriptor,
                                      * Make function accessible to iterator.
                                      */
     PreconditionBlock<MATRIX, inverse_type>::inverse;
+                                    /**
+                                     * Make function accessible.
+                                     */
+    PreconditionBlock<MATRIX, inverse_type>::set_permutation;
     
                                     /**
                                      * Execute block Jacobi
@@ -838,6 +842,10 @@ class PreconditionBlockSOR : public virtual Subscriptor,
                                      * Make function of base class public again.
                                      */
     PreconditionBlock<MATRIX, inverse_type>::invert_diagblocks;
+                                    /**
+                                     * Make function accessible.
+                                     */
+    PreconditionBlock<MATRIX, inverse_type>::set_permutation;
 
                                     /**
                                      * Execute block SOR

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.