]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
spelling error
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:27:06 +0000 (15:27 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 15:27:06 +0000 (15:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@10621 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index d4488cb81eb684fe3029e2a9d3aa6f492059c494..5fe5547b8892d3fe314c985c7c0dc9ffa58d7caf 100644 (file)
@@ -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<double> &)
 {
-  Assert(false, ExcNeedsUMFPack());
+  Assert(false, ExcNeedsUMFPACK());
 }
 
 
 void
 SparseDirectUMFPACK::solve (Vector<double> &) const
 {
-  Assert(false, ExcNeedsUMFPack());
+  Assert(false, ExcNeedsUMFPACK());
 }
 
 
@@ -1881,7 +1881,7 @@ void
 SparseDirectUMFPACK::solve (const SparseMatrix<double> &,
                             Vector<double>             &)
 {
-  Assert(false, ExcNeedsUMFPack());
+  Assert(false, ExcNeedsUMFPACK());
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.