From: heister Date: Tue, 18 Jun 2013 19:06:41 +0000 (+0000) Subject: update error message X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d85ebac336550b67e84661d5283aef3bd03292;p=dealii-svn.git update error message git-svn-id: https://svn.dealii.org/trunk@29838 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_direct.h b/deal.II/include/deal.II/lac/sparse_direct.h index d099df543a..9146286e36 100644 --- a/deal.II/include/deal.II/lac/sparse_direct.h +++ b/deal.II/include/deal.II/lac/sparse_direct.h @@ -253,8 +253,8 @@ public: DeclException2 (ExcUMFPACKError, char *, int, << "UMFPACK routine " << arg1 << " returned error status " << arg2 - << ". See the file " - << " for a description of error codes."); + << ". See the file " + << " for a description of 'status codes'."); private: /**