From 5cdcfe068db6041b2a72f762198a787394c36ce5 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 18 Jun 2013 19:06:41 +0000 Subject: [PATCH] update error message git-svn-id: https://svn.dealii.org/trunk@29838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparse_direct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: /** -- 2.39.5