From e79ee9e32134ba9ea05dfc6619b4aaf879358aa7 Mon Sep 17 00:00:00 2001 From: Markus Buerg Date: Tue, 13 Jul 2010 09:25:09 +0000 Subject: [PATCH] Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21482 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 2 +- deal.II/lac/source/sparse_direct.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5