]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Revert last patch
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 May 2004 14:25:29 +0000 (14:25 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 May 2004 14:25:29 +0000 (14:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@9324 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_matrix_base.cc

index 2de5b4a5ace5c6b4d050f4574cbbc6090fab984d..6f6ae79eb47667d1d6db8454caa979c0ebfcccef 100644 (file)
@@ -101,11 +101,7 @@ namespace PETScWrappers
   MatrixBase &
   MatrixBase::operator = (const double d)
   {
-    Assert (d==0, ExcScalarAssignmentOnlyForZeroValue());
-                                    // first flush the buffers as
-                                    // this is not done by
-                                    // MatZeroEntries
-    compress();
+    Assert (d==0, ExcScalarAssignmentOnlyForZeroValue());    
     
     const int ierr = MatZeroEntries (matrix);
     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.