From: Thomas Richter Date: Tue, 25 Jan 2000 18:59:56 +0000 (+0000) Subject: doc update X-Git-Tag: v8.0.0~21097 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6984702500d556866b16e504ef1b69e726d912;p=dealii.git doc update git-svn-id: https://svn.dealii.org/trunk@2263 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 e1e22d34c0..16deca0395 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -135,9 +135,7 @@ class GridGenerator * Initialize the given * Triangulation with a hypercube * with a slit. The slit goes - * from the middle of the top - * boundary to the middle of the - * area. + * from #(x=0,y=-1)# to #(0,0)# in 2d. * * The triangulation needs to be void * upon calling this function.