From 864f9f8b1b74993372ca1aae719c54932464e814 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 9 Nov 2010 17:11:43 +0000 Subject: [PATCH] Add comment to function that Guido had already checked in. Thanks! (I had it in my tree, but had forgotten to check it in...) git-svn-id: https://svn.dealii.org/trunk@22650 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 6eddb97658..ac9443ed47 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -477,7 +477,7 @@ class GridGenerator * class, with which you probably want to * associate boundary indicator 0 (the * hull of the cone). - * + * * @note The triangulation needs to be * void upon calling this * function. @@ -791,13 +791,19 @@ class GridGenerator * function of this class. */ template - static void colorize_hyper_rectangle (Triangulation &tria); + static + void + colorize_hyper_rectangle (Triangulation &tria); - // No doxygen comment here + /** + * Same function as above for + * 1d. This function is not + * implemented. + */ template - static void - colorize_hyper_rectangle(Triangulation<1,spacedim>&); - + static + void + colorize_hyper_rectangle (Triangulation<1,spacedim> &tria); /** * Perform the action specified -- 2.39.5