]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve grammar of error message. 274/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Nov 2014 17:06:06 +0000 (11:06 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 25 Nov 2014 17:06:06 +0000 (11:06 -0600)
source/lac/sparse_direct.cc

index c549d2633c9dbedeea8c1b96965a451f9855a40a..85c24e9ab9f77de93248c5e81fb47e19e38598e8 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2001 - 2013 by the deal.II authors
+// Copyright (C) 2001 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -376,14 +376,14 @@ SparseDirectUMFPACK::clear ()
 template <class Matrix>
 void SparseDirectUMFPACK::factorize (const Matrix &)
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
+  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
 }
 
 
 void
 SparseDirectUMFPACK::solve (Vector<double> &, bool) const
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
+  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
 }
 
 
@@ -391,7 +391,7 @@ SparseDirectUMFPACK::solve (Vector<double> &, bool) const
 void
 SparseDirectUMFPACK::solve (BlockVector<double> &, bool) const
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
+  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
 }
 
 
@@ -401,7 +401,7 @@ SparseDirectUMFPACK::solve (const Matrix &,
                             Vector<double> &,
                             bool)
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
+  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
 }
 
 
@@ -412,7 +412,7 @@ SparseDirectUMFPACK::solve (const Matrix &,
                             BlockVector<double> &,
                             bool)
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
+  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you configured deal.II without passing the necessary switch to 'cmake'. Please consult the installation instructions in doc/readme.html."));
 }
 
 #endif

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.