From: Markus Buerg Date: Tue, 13 Jul 2010 14:52:55 +0000 (+0000) Subject: Documentation and style changes. X-Git-Tag: v8.0.0~5822 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d3c254502fcbe1fb9644420a990570fb0e3eed;p=dealii.git Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21492 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index d5e3e74b12..31ba2e1bb3 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -2025,7 +2025,7 @@ InstantiateUMFPACK(BlockSparseMatrix); // explicit instantiations for SparseDirectMUMPS #ifdef DEAL_II_USE_MUMPS template -void SparseDirectMUMPS::initialize (const SparseMatrix& matrix, +void SparseDirectMUMPS::initialize (const Matrix& matrix, const Vector & vector); void SparseDirectMUMPS::solve (Vector& vector);