From 8f9108887a2c865166ad6d133792c6474f70cfb9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Jun 2014 23:36:49 +0000 Subject: [PATCH] Fix some indentation issues. git-svn-id: https://svn.dealii.org/trunk@33064 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/tria.h | 206 ++++++++++++++-------------- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index 369010aba4..baacd216c9 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -3037,132 +3037,132 @@ public: * Total number of lines, used or * unused. * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_lines () const; /** * Number of lines, used or * unused, on the given level. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_lines (const unsigned int level) const; /** * Total number of quads, used or * unused. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_quads () const; /** * Number of quads, used or * unused, on the given level. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_quads (const unsigned int level) const; /** * Total number of hexs, used or * unused. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_hexs () const; /** * Number of hexs, used or * unused, on the given level. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_hexs (const unsigned int level) const; /** * Number of cells, used or * unused, on the given level. - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_cells (const unsigned int level) const; @@ -3171,19 +3171,19 @@ public: * used or not. In 2d, the result * equals n_raw_lines(), while in 3d it * equals n_raw_quads(). - * - * @note This function really - * exports internal information - * about the triangulation. It - * shouldn't be used in - * applications. The function is - * only part of the public - * interface of this class - * because it is used in some of - * the other classes that build - * very closely on it (in - * particular, the DoFHandler - * class). + * + * @note This function really + * exports internal information + * about the triangulation. It + * shouldn't be used in + * applications. The function is + * only part of the public + * interface of this class + * because it is used in some of + * the other classes that build + * very closely on it (in + * particular, the DoFHandler + * class). */ unsigned int n_raw_faces () const; -- 2.39.5