]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing implementation of SparseMatrix::operator =.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 May 2004 12:40:38 +0000 (12:40 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 May 2004 12:40:38 +0000 (12:40 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-5-0@9299 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_sparse_matrix.cc

index 5f13542903e72c7e8f10d355ad622c9b8ee88bd7..9f8de5208efe80d4c105610048f97eb2957d9b8f 100644 (file)
@@ -51,6 +51,15 @@ namespace PETScWrappers
 
 
 
+  SparseMatrix &
+  SparseMatrix::operator = (const double d)
+  {
+    MatrixBase::operator = (d);
+    return *this;
+  }
+
+
+
   void
   SparseMatrix::reinit (const unsigned int m,
                         const unsigned int n,

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.