]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some indentation issues.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jun 2014 23:36:49 +0000 (23:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Jun 2014 23:36:49 +0000 (23:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@33064 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria.h

index 369010aba468573c3b267f9750b6425db076302e..baacd216c91a9ed3c60e840f30dcdcd9c1e55818 100644 (file)
@@ -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;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.