]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation and style changes.
authorMarkus Buerg <buerg@math.tamu.edu>
Tue, 13 Jul 2010 09:25:09 +0000 (09:25 +0000)
committerMarkus Buerg <buerg@math.tamu.edu>
Tue, 13 Jul 2010 09:25:09 +0000 (09:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@21482 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_direct.h
deal.II/lac/source/sparse_direct.cc

index ad4b4b887ea37ec1db3945230ed5947a93003bbf..a1d3faf3c626d712022196143ce0133b4503be52 100644 (file)
@@ -1335,7 +1335,7 @@ class SparseDirectMUMPS
                         * <tt>vector</tt> to the solver.
                         */
   template <class Matrix>
-    void initialize (const SparseMatrix<double>& matrix, 
+    void initialize (const Matrix& matrix, 
                     const Vector<double>      & vector);
   
                         /**
index bbe582ff2d03307c7a62fd17da63a5b5609291c0..d5e3e74b121fb56ce5286d01b8b32edecf18d41d 100644 (file)
@@ -1888,7 +1888,7 @@ SparseDirectMUMPS::~SparseDirectMUMPS ()
 {}
 
 template <class Matrix>
-void SparseDirectMUMPS::initialize (const SparseMatrix<double>& matrix, 
+void SparseDirectMUMPS::initialize (const Matrix& matrix, 
                                    const Vector<double>      & vector) 
 {
                          // Check we haven't been here before:

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.