From: Stefano Zampini Date: Tue, 17 Jan 2023 05:04:13 +0000 (+0300) Subject: Apply suggestions from code review X-Git-Tag: v9.5.0-rc1~635^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d67453030f7dea44e276a4b7e74ad0ccd62ab18;p=dealii.git Apply suggestions from code review Co-authored-by: Wolfgang Bangerth --- 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); /**