]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Hide reinit implementation from doxygen.
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Mar 2022 19:06:59 +0000 (12:06 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 4 Mar 2022 19:06:59 +0000 (12:06 -0700)
Possible confusion of parameter variable `n_block_rows` and the member function with the same name.

source/lac/petsc_parallel_block_sparse_matrix.cc

index 0d0a553838dbe847ed964a5f1bcc9b05ed8f3d82..27ca8cb3bec6efe63ff1c6cb2840f4cc9cf082c1 100644 (file)
@@ -32,6 +32,7 @@ namespace PETScWrappers
     }
 
 
+#  ifndef DOXYGEN
     void
     BlockSparseMatrix::reinit(const size_type n_block_rows,
                               const size_type n_block_columns)
@@ -55,6 +56,7 @@ namespace PETScWrappers
             this->sub_objects[r][c] = p;
           }
     }
+#  endif
 
     void
     BlockSparseMatrix::reinit(const std::vector<IndexSet> &      rows,

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.