From 72512cc44a9677a6017b3bccf354c8e0394d173d Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 6 Apr 2022 22:40:30 -0600 Subject: [PATCH] Fix typo. --- source/lac/petsc_matrix_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5