]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a problem with gcc mainline.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jun 2005 16:22:37 +0000 (16:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jun 2005 16:22:37 +0000 (16:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@10906 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_array.h

index 0bb9a158572bebde935b562dd13d303e7ec0ee55..0aada7e999e06546a11155508b9f76928d20925d 100644 (file)
@@ -523,10 +523,10 @@ class BlockTrianglePrecondition
                                     /**
                                      * Make function of base class available.
                                      */
-    BlockMatrixArray<number>::n_block_cols;
-    BlockMatrixArray<number>::clear;
-    BlockMatrixArray<number>::Subscriptor::subscribe;
-    BlockMatrixArray<number>::Subscriptor::unsubscribe;
+    using BlockMatrixArray<number>::n_block_cols;
+    using BlockMatrixArray<number>::clear;
+    using BlockMatrixArray<number>::Subscriptor::subscribe;
+    using BlockMatrixArray<number>::Subscriptor::unsubscribe;
 
                                     /** @addtogroup Exceptions
                                      * @{ */

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.