From: wolf Date: Mon, 14 Aug 2000 11:26:12 +0000 (+0000) Subject: Delete stray newline. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddbf39dc52791b1af0ad9d1e5211e6c26287a886;p=dealii-svn.git Delete stray newline. git-svn-id: https://svn.dealii.org/trunk@3255 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index e1ecc36634..e6349405d0 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -460,11 +460,13 @@ class DataOut : public DataOut_DoFData { public: /** - * This is the central function of - * this class since it builds the list of - * patches to be written by the low-level - * functions of the base class. See the - * general documentation of this class + * This is the central function + * of this class since it builds + * the list of patches to be + * written by the low-level + * functions of the base + * class. See the general + * documentation of this class * for further information. * * The function supports @@ -481,33 +483,34 @@ class DataOut : public DataOut_DoFData /** * Return the first cell which we * want output for. The default - * implementation returns the first - * active cell, but you might want - * to return other cells in a derived - * class. + * implementation returns the + * first active cell, but you + * might want to return other + * cells in a derived class. */ virtual typename DoFHandler::cell_iterator first_cell (); /** - * Return the next cell after @p{cell} which - * we want output for. - * If there are no more cells, - * @p{dofs->end()} shall be returned. + * Return the next cell after + * @p{cell} which we want output + * for. If there are no more + * cells, @p{dofs->end()} shall + * be returned. * - * The default - * implementation returns the next - * active cell, but you might want - * to return other cells in a derived + * The default implementation + * returns the next active cell, + * but you might want to return + * other cells in a derived * class. Note that the default - * implementation assumes that - * the given @p{cell} is active, which - * is guaranteed as long as @p{first_cell} - * is also used from the default - * implementation. Overloading only one - * of the two functions might not be - * a good idea. + * the given @p{cell} is active, + * which is guaranteed as long as + * @p{first_cell} is also used + * from the default + * implementation. Overloading + * only one of the two functions + * might not be a good idea. */ virtual typename DoFHandler::cell_iterator next_cell (const typename DoFHandler::cell_iterator &cell);