From c8fde3e97ca503d97744eb1ccafe7c2b03f5e40e Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 4 Mar 2022 12:06:59 -0700 Subject: [PATCH] Hide reinit implementation from doxygen. Possible confusion of parameter variable `n_block_rows` and the member function with the same name. --- source/lac/petsc_parallel_block_sparse_matrix.cc | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.5