]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing "typename". Document typedef.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Feb 2003 15:05:16 +0000 (15:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Feb 2003 15:05:16 +0000 (15:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@7177 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_mic.h

index 97c03e4f1fc67b5e1232cad6f600d0808646d809..9298f29abde0ef9d64908d5d8dc7b3e4ba2fed2a 100644 (file)
@@ -50,7 +50,15 @@ class SparseMIC : public SparseLUDecomposition<number>
                                       */
     SparseMIC (const SparsityPattern &sparsity);
     
-    typedef SparseLUDecomposition<number>::AdditionalData AdditionalData;
+                                    /**
+                                     * Make the @p{AdditionalData}
+                                     * type in the base class
+                                     * accessible to this class as
+                                     * well.
+                                     */
+    typedef
+    typename SparseLUDecomposition<number>::AdditionalData
+    AdditionalData;
 
                                     /**
                                      * Reinitialize the object but

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.