]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make something an AssertThrow again that needs to be.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 03:32:27 +0000 (03:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 03:32:27 +0000 (03:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@10605 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_matrix_base.cc

index e09f59fd2262da9c3655655f367b966f7335e17d..84c9324fb0c332dae8bd799bef4da37e018d1e3c 100644 (file)
@@ -336,7 +336,7 @@ namespace PETScWrappers
 //query this information from PETSc
     int ierr;
     ierr = MatGetRow(*this, row, &ncols, &colnums, &values);
-    Assert (ierr == 0, MatrixBase::ExcPETScError(ierr));
+    AssertThrow (ierr == 0, MatrixBase::ExcPETScError(ierr));
 
                                      // then restore the matrix and return the
                                      // number of columns in this row as

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.