]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one more instance of an outdated error message.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Apr 2013 15:02:48 +0000 (15:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Apr 2013 15:02:48 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@29225 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/sparse_direct.cc

index 1328eb20ce4c10c261a6091d019c79aac88dd98b..8099df44d30280d84788bb0e3e6d4771da8d70d1 100644 (file)
@@ -344,7 +344,7 @@ SparseDirectUMFPACK::clear ()
 template <class Matrix>
 void SparseDirectUMFPACK::factorize (const Matrix &)
 {
-  AssertThrow(false, ExcMessage("To call this function you need UMFPACK, but you called ./configure without the necessary --with-umfpack switch."));
+  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."));
 }
 
 

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.