]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
use using keyword.
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 04:01:52 +0000 (04:01 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 21 Aug 2011 04:01:52 +0000 (04:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@24150 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6448e1d47a88df096c25cf1a67af971a1e7c30a6..0601928412741693677540dd59cb9097c5f8d786 100644 (file)
@@ -585,12 +585,12 @@ class BlockTrianglePrecondition
                                     /**
                                      * Make function of base class available.
                                      */
-    BlockMatrixArray<number>::print_latex;
+    using BlockMatrixArray<number>::print_latex;
 
                                     /**
                                      * Make function of base class available.
                                      */
-    BlockMatrixArray<number>::n_block_rows;
+    using BlockMatrixArray<number>::n_block_rows;
 
                                     /**
                                      * Make function of base class available.

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.