]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing implementation of SparseMatrix::operator =.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 19 May 2004 09:14:13 +0000 (09:14 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 19 May 2004 09:14:13 +0000 (09:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@9265 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_parallel_sparse_matrix.cc

index a445c2ab24a917a5eb69198bde351485d1b4290b..e71ba0ae962116ae6b9d28d48b3ea14e3675b386 100644 (file)
@@ -65,6 +65,15 @@ namespace PETScWrappers
 
 
 
+    SparseMatrix &
+    SparseMatrix::operator = (const double d)
+    {
+      MatrixBase::operator = (d);
+      return *this;
+    }
+
+    
+
     void
     SparseMatrix::reinit (const MPI_Comm    &communicator,
                           const unsigned int m,

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.