From: Wolfgang Bangerth Date: Mon, 27 Aug 2001 07:31:27 +0000 (+0000) Subject: Change output of some exception. X-Git-Tag: v8.0.0~18886 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327ccf4f8a146d0462a1f166e6070046a1126ca3;p=dealii.git Change output of some exception. git-svn-id: https://svn.dealii.org/trunk@4912 0785d39b-7218-0410-832d-ea1e28bc413d --- 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