From: David Wells Date: Wed, 20 Jan 2016 19:06:51 +0000 (-0500) Subject: Fill in the rest of a missing comment. X-Git-Tag: v8.4.0-rc2~71^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2089%2Fhead;p=dealii.git Fill in the rest of a missing comment. --- diff --git a/include/deal.II/grid/intergrid_map.h b/include/deal.II/grid/intergrid_map.h index 287b429605..08ef259ec4 100644 --- a/include/deal.II/grid/intergrid_map.h +++ b/include/deal.II/grid/intergrid_map.h @@ -97,7 +97,7 @@ DEAL_II_NAMESPACE_OPEN * endc = dof_handler_1.end(); * for (; cell!=endc; ++cell) * // now do something with the cell of dof_handler_2 corresponding to - * // @p cell (which is one of dof_handler_1 + * // @p cell (which is one of dof_handler_1's cells) * f( grid_1_to_2_map[cell]); * @endverbatim *