From: buerg Date: Tue, 13 Jul 2010 14:52:55 +0000 (+0000) Subject: Documentation and style changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7267d89b36ef0c0f883c435fad940cca0df6236c;p=dealii-svn.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);