]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Implement missing function.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Apr 2004 18:02:27 +0000 (18:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Apr 2004 18:02:27 +0000 (18:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@9125 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/petsc_sparse_matrix.h

index 629400148d623cf0208016a0a145ccb2c7410225..7f789b1b1e538d346138c7bb2618ce31794a8b43 100644 (file)
@@ -165,6 +165,18 @@ namespace PETScWrappers
                       const std::vector<unsigned int> &row_lengths,
                       const bool                       is_symmetric = false);
   };
+
+
+
+// -------- template and inline functions ----------
+
+  inline
+  void
+  SparseMatrix::reinit ()
+  {
+    MatrixBase::reinit ();
+  }
+  
 }
 
 /*@}*/

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.