From 22d2e275c471e648b1d37e284bd1ab4c34898c57 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 3 May 2005 15:27:06 +0000 Subject: [PATCH] spelling error git-svn-id: https://svn.dealii.org/trunk@10621 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index d4488cb81e..5fe5547b88 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -1853,27 +1853,27 @@ SparseDirectUMFPACK::SparseDirectUMFPACK () numeric_decomposition (0), control (0) { - Assert(false, ExcNeedsUMFPack()); + Assert(false, ExcNeedsUMFPACK()); } void SparseDirectUMFPACK::clear () { - Assert(false, ExcNeedsUMFPack()); + Assert(false, ExcNeedsUMFPACK()); } void SparseDirectUMFPACK::factorize (const SparseMatrix &) { - Assert(false, ExcNeedsUMFPack()); + Assert(false, ExcNeedsUMFPACK()); } void SparseDirectUMFPACK::solve (Vector &) const { - Assert(false, ExcNeedsUMFPack()); + Assert(false, ExcNeedsUMFPACK()); } @@ -1881,7 +1881,7 @@ void SparseDirectUMFPACK::solve (const SparseMatrix &, Vector &) { - Assert(false, ExcNeedsUMFPack()); + Assert(false, ExcNeedsUMFPACK()); } -- 2.39.5