From: Wolfgang Bangerth Date: Thu, 10 Apr 2008 18:52:49 +0000 (+0000) Subject: Add to exception text. X-Git-Tag: v8.0.0~9221 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b34271b858af20a739f1b181860fd8bc5136c72;p=dealii.git Add to exception text. git-svn-id: https://svn.dealii.org/trunk@15991 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index dfe30c48a2..fbd616001b 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -330,7 +330,9 @@ class GridIn std::string, << "The identifier <" << arg1 << "> as name of a " << "part in an UCD input file is unknown or the " - << "respective input routine is not implemented."); + << "respective input routine is not implemented." + << "(Maybe the space dimension of triangulation and " + << "input file do not match?"); /** * Exception */