From 9d67453030f7dea44e276a4b7e74ad0ccd62ab18 Mon Sep 17 00:00:00 2001 From: Stefano Zampini Date: Tue, 17 Jan 2023 08:04:13 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Wolfgang Bangerth --- include/deal.II/lac/petsc_matrix_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/petsc_matrix_base.h b/include/deal.II/lac/petsc_matrix_base.h index adbd203f27..4c1eb9c204 100644 --- a/include/deal.II/lac/petsc_matrix_base.h +++ b/include/deal.II/lac/petsc_matrix_base.h @@ -572,10 +572,10 @@ namespace PETScWrappers const PetscScalar new_diag_value = 0); /** - * Same as clear_rows(), except that zeros also the columns. + * Same as clear_rows(), except that the function also zeros the columns. */ void - clear_rows_columns(const std::vector &rows, + clear_rows_columns(const std::vector &row_and_column_indices, const PetscScalar new_diag_value = 0); /** -- 2.39.5