]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use a more modern way to achieve things.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 11 Jun 2004 14:48:38 +0000 (14:48 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 11 Jun 2004 14:48:38 +0000 (14:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@9421 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/petsc_block_sparse_matrix.h
deal.II/lac/include/lac/petsc_parallel_block_sparse_matrix.h

index 5dbf1001c8c65521a78063f56dfa4d7c541b1f7e..8b296e457f0fc629c6383e2259dd4e0ee4724ddc 100644 (file)
@@ -183,7 +183,7 @@ namespace PETScWrappers
                                         * base class visible, though it is
                                         * protected.
                                         */
-      BlockMatrixBase<SparseMatrix>::clear;
+      using BlockMatrixBase<SparseMatrix>::clear;
       
                                        /**
                                         * Exception
index 07e04b29974261da99cc490ed8bb48ee7c0bd33f..daf5c5168b9f220a154f0c78ab56cb4be0f8c451 100644 (file)
@@ -192,7 +192,7 @@ namespace PETScWrappers
                                           * base class visible, though it is
                                           * protected.
                                           */
-        BlockMatrixBase<SparseMatrix>::clear;
+        using BlockMatrixBase<SparseMatrix>::clear;
     };
 
 

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.