From c98a1ce38828f067ddbdf7ebcea43a63e9f4ef7d Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 27 Aug 2001 07:31:27 +0000 Subject: [PATCH] Change output of some exception. git-svn-id: https://svn.dealii.org/trunk@4912 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index f3979dd8ad..8b4e358e8e 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -375,7 +375,8 @@ class DataOut_DoFData : public DataOutInterface DeclException1 (ExcInvalidCharacter, std::string, << "Please use only the characters [a-zA-Z0-9_<>()] for" << std::endl - << "description strings since AVS will only accept these." << std::endl + << "description strings since some graphics formats will only accept these." + << std::endl << "The string you gave was <" << arg1 << ">."); /** * Exception -- 2.39.5