]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make useful typedefs public.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2005 20:14:31 +0000 (20:14 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 3 Mar 2005 20:14:31 +0000 (20:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@9981 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 42d50eab96719a2439feedc7db8559106a259528..5ce97d7a56d5d5bc8403a4c9439948d4f831d37b 100644 (file)
@@ -704,13 +704,12 @@ template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
 class PreconditionBlockSOR : public virtual Subscriptor,
                             protected PreconditionBlock<MATRIX, inverse_type>
 {
-  private:
+  public:
                                     /**
                                      * Define number type of matrix.
                                      */
     typedef typename MATRIX::value_type number;
     
-  public:
                                     /**
                                      * Make initialization function
                                      * publicly available.
@@ -860,13 +859,12 @@ template<class MATRIX, typename inverse_type = typename MATRIX::value_type>
 class PreconditionBlockSSOR : public virtual Subscriptor,
                              private PreconditionBlockSOR<MATRIX, inverse_type>
 {
-  private:
+  public:
                                     /**
                                      * Define number type of matrix.
                                      */
     typedef typename MATRIX::value_type number;
-    
-  public:
+
                                     /**
                                      * Constructor.
                                      */

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.