From: Wolfgang Bangerth Date: Wed, 4 Jul 2012 08:50:54 +0000 (+0000) Subject: Leave a comment. X-Git-Tag: v8.0.0~2461 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5095b0ceca0d689abb701c12d74d4a66244779eb;p=dealii.git Leave a comment. git-svn-id: https://svn.dealii.org/trunk@25673 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 } }