]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo. 13716/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 7 Apr 2022 04:40:30 +0000 (22:40 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Tue, 10 May 2022 22:45:47 +0000 (16:45 -0600)
source/lac/petsc_matrix_base.cc

index aa05073f28423b29893b9afd1c6279b0f016c080..aa77d7078f7fa474a499c77f6606b9d0088a57d0 100644 (file)
@@ -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<std::uint64_t>(mat_info.nz_used);
   }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.