From: heister Date: Thu, 9 Sep 2010 11:43:35 +0000 (+0000) Subject: fix GridGenerator documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b9ce1e48f056a3b692a381629ed3b2a1bb493a;p=dealii-svn.git fix GridGenerator documentation. git-svn-id: https://svn.dealii.org/trunk@21906 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index 96ca87547a..aad12b516a 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -597,8 +597,7 @@ class GridGenerator * exist for triangulations of * all space dimensions, but * throws an error if called in - * 1d. It is also currently not - * implemented in 3d. + * 1d. * * @note The triangulation needs to be * void upon calling this @@ -643,9 +642,6 @@ class GridGenerator * the resulting elements have * the least aspect ratio. * - * At present, this function only - * exists in 2d. - * * @note The triangulation needs to be * void upon calling this * function.