From: bangerth Date: Thu, 10 Apr 2008 18:52:49 +0000 (+0000) Subject: Add to exception text. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57033929c3d6670219ac0c310044eb4cd7270348;p=dealii-svn.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 */