From 35d3c254502fcbe1fb9644420a990570fb0e3eed Mon Sep 17 00:00:00 2001 From: Markus Buerg Date: Tue, 13 Jul 2010 14:52:55 +0000 Subject: [PATCH] Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21492 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5