From: Markus Buerg Date: Tue, 13 Jul 2010 09:25:09 +0000 (+0000) Subject: Documentation and style changes. X-Git-Tag: v8.0.0~5829 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79ee9e32134ba9ea05dfc6619b4aaf879358aa7;p=dealii.git Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21482 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index ad4b4b887e..a1d3faf3c6 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1335,7 +1335,7 @@ class SparseDirectMUMPS * vector to the solver. */ template - void initialize (const SparseMatrix& matrix, + void initialize (const Matrix& matrix, const Vector & vector); /** diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index bbe582ff2d..d5e3e74b12 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -1888,7 +1888,7 @@ SparseDirectMUMPS::~SparseDirectMUMPS () {} template -void SparseDirectMUMPS::initialize (const SparseMatrix& matrix, +void SparseDirectMUMPS::initialize (const Matrix& matrix, const Vector & vector) { // Check we haven't been here before: