From: Ralf Hartmann Date: Fri, 9 Dec 2005 09:00:25 +0000 (+0000) Subject: Doc fix. X-Git-Tag: v8.0.0~12789 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84793fbf8b0f94d68e70b0ceec564e9d7159e83;p=dealii.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@11847 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_levels.h b/deal.II/deal.II/include/grid/tria_levels.h index 9a62590bb0..b3c97504b9 100644 --- a/deal.II/deal.II/include/grid/tria_levels.h +++ b/deal.II/deal.II/include/grid/tria_levels.h @@ -314,19 +314,24 @@ class TriangulationLevel<1> : public TriangulationLevel<0> LinesData lines; /** - * Assert that enough space is allocated - * to accomodate @p new_lines new lines. - * This function does not only call - * vector::reserve(), but does really - * append the needed elements. - * There are pendants for higher - * dimensions, which you have to call - * explicitly (they can't hand down the - * call because there is no easy relation - * between the number of new quads and - * the number of new lines, etc.). Also - * don't forget to call the - * TriangulationLevel<0>@p ::reserve_space + * Assert that enough space is + * allocated to accomodate + * new_lines new lines. + * This function does not only + * call + * vector::reserve(), + * but does really append the + * needed elements. There are + * pendants for higher + * dimensions, which you have to + * call explicitly (they can't + * hand down the call because + * there is no easy relation + * between the number of new + * quads and the number of new + * lines, etc.). Also don't + * forget to call the + * TriangulationLevel<0>::reserve_space * function. */ void reserve_space (const unsigned int new_lines); @@ -446,8 +451,9 @@ class TriangulationLevel<2> : public TriangulationLevel<1> QuadsData quads; /** - * Assert that enough space is allocated - * to accomodate @p new_quads new quads. + * Assert that enough space is + * allocated to accomodate + * new_quads new quads. */ void reserve_space (const unsigned int new_quads); @@ -627,10 +633,11 @@ class TriangulationLevel<3> : public TriangulationLevel<2> HexesData hexes; /** - * Assert that enough space is allocated - * to accomodate @p new_quads new quads. + * Assert that enough space is + * allocated to accomodate + * new_hexes new hexes. */ - void reserve_space (const unsigned int new_quads); + void reserve_space (const unsigned int new_hexes); /** * Check the memory consistency