From 5095b0ceca0d689abb701c12d74d4a66244779eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Jul 2012 08:50:54 +0000 Subject: [PATCH] Leave a comment. git-svn-id: https://svn.dealii.org/trunk@25673 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_tools.cc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/source/grid/grid_tools.cc b/deal.II/source/grid/grid_tools.cc index 1d8aceb57a..9995e755cd 100644 --- a/deal.II/source/grid/grid_tools.cc +++ b/deal.II/source/grid/grid_tools.cc @@ -842,7 +842,17 @@ namespace GridTools } catch (typename MappingQ1::ExcTransformationFailed &) { -//TODO: Maybe say something + // ok, the transformation + // failed presumably + // because the point we + // are looking for lies + // outside the current + // cell. this means that + // the current cell can't + // be the cell around the + // point, so just ignore + // this cell and move on + // to the next } } -- 2.39.5