From 6bc7302ce912bbeb3d49a2715ce4a322747cb17c Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 20 Jan 2016 14:06:51 -0500 Subject: [PATCH] Fill in the rest of a missing comment. --- include/deal.II/grid/intergrid_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.39.5