From 57033929c3d6670219ac0c310044eb4cd7270348 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 10 Apr 2008 18:52:49 +0000 Subject: [PATCH] Add to exception text. git-svn-id: https://svn.dealii.org/trunk@15991 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_in.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.39.5