From: bangerth Date: Wed, 4 Jul 2012 08:50:54 +0000 (+0000) Subject: Leave a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96dcd2de48a8d39b6a3e606344b5b0a9601d169e;p=dealii-svn.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 } }