]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change the name of a member function.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 29 Mar 2009 04:16:14 +0000 (04:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 29 Mar 2009 04:16:14 +0000 (04:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@18524 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h

index baf6cd6c501388c8b6369c7e2dc0f6375aeab7a4..582b8764f5a8c3b24c0511473a25789708ab4c90 100644 (file)
@@ -61,7 +61,7 @@ struct IsBlockMatrix
                                      * exception of BlockSparseMatrixEZ.
                                      */
     template <typename T>
-    static yes_type is_derived_from_BlockMatrixBase (const BlockMatrixBase<T> *);
+    static yes_type check_for_block_matrix (const BlockMatrixBase<T> *);
 
                                     /**
                                      * Overload for BlockSparseMatrixEZ,
@@ -70,14 +70,14 @@ struct IsBlockMatrix
                                      * time of writing this class.
                                      */
     template <typename T>
-    static yes_type is_derived_from_BlockMatrixBase (const BlockSparseMatrixEZ<T> *);
+    static yes_type check_for_block_matrix (const BlockSparseMatrixEZ<T> *);
 
                                     /**
                                      * Catch all for all other potential
                                      * matrix types that are not block
                                      * matrices.
                                      */
-    static no_type is_derived_from_BlockMatrixBase (...);
+    static no_type check_for_block_matrix (...);
 
   public:
                                     /**
@@ -87,7 +87,7 @@ struct IsBlockMatrix
                                      * matrix (in fact whether the type is
                                      * derived from BlockMatrix<T>).
                                      */
-    static const bool value = (sizeof(is_derived_from_BlockMatrixBase
+    static const bool value = (sizeof(check_for_block_matrix
                                      ((MatrixType*)0))
                               ==
                               sizeof(yes_type));

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.