]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update source/lac/petsc_matrix_base.cc 14602/head
authorStefano Zampini <stefano.zampini@gmail.com>
Tue, 17 Jan 2023 04:55:19 +0000 (07:55 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 04:55:19 +0000 (07:55 +0300)
Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
source/lac/petsc_matrix_base.cc

index c7363ba9c7aec9afb6a16064392836491e93ba02..c030022699494d60c6dfa7b33fce87bbab1aa769 100644 (file)
@@ -93,7 +93,7 @@ namespace PETScWrappers
   MatrixBase::assign_petsc_matrix(Mat A)
   {
     AssertThrow(last_action == ::dealii::VectorOperation::unknown,
-                ExcMessage("Cannot assign a new Mat"));
+                ExcMessage("Cannot assign a new Mat."));
     PetscErrorCode ierr =
       PetscObjectReference(reinterpret_cast<PetscObject>(A));
     AssertThrow(ierr == 0, ExcPETScError(ierr));

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.