From: Marc Fehling Date: Fri, 4 Mar 2022 19:06:59 +0000 (-0700) Subject: Hide reinit implementation from doxygen. X-Git-Tag: v9.4.0-rc1~406^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fde3e97ca503d97744eb1ccafe7c2b03f5e40e;p=dealii.git Hide reinit implementation from doxygen. Possible confusion of parameter variable `n_block_rows` and the member function with the same name. --- diff --git a/source/lac/petsc_parallel_block_sparse_matrix.cc b/source/lac/petsc_parallel_block_sparse_matrix.cc index 0d0a553838..27ca8cb3be 100644 --- a/source/lac/petsc_parallel_block_sparse_matrix.cc +++ b/source/lac/petsc_parallel_block_sparse_matrix.cc @@ -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 & rows,