From: Marc Fehling Date: Thu, 7 Apr 2022 04:40:30 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v9.4.0-rc1~239^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13716%2Fhead;p=dealii.git Fix typo. --- diff --git a/source/lac/petsc_matrix_base.cc b/source/lac/petsc_matrix_base.cc index aa05073f28..aa77d7078f 100644 --- a/source/lac/petsc_matrix_base.cc +++ b/source/lac/petsc_matrix_base.cc @@ -294,7 +294,7 @@ namespace PETScWrappers AssertThrow(ierr == 0, ExcPETScError(ierr)); // MatInfo logs quantities as PetscLogDouble. So we need to cast it to match - // out interface. + // our interface. return static_cast(mat_info.nz_used); }