]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent a couple of comments.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 1 Feb 2020 12:36:20 +0000 (05:36 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 1 Feb 2020 12:36:20 +0000 (05:36 -0700)
include/deal.II/numerics/data_out.h

index ca42bff63767bfa8ab3dbfe0c9145be98814b90e..8addb54108f39e7bf5348ff9735e3c0088f6352a 100644 (file)
@@ -180,30 +180,29 @@ public:
   enum CurvedCellRegion
   {
     /**
-     * The geometry or boundary description
-     * will never be queried for curved geometries. This means that even
-     * if you have more than one subdivision per cell (see
-     * DataOut::build_patches() for what exactly this means) and even
-     * if the geometry really is curved, each cell will still be
-     * subdivided as if it was just a bi- or trilinear cell.
+     * The geometry or boundary description will never be queried for
+     * curved geometries. This means that even if you have more than
+     * one subdivision per cell (see DataOut::build_patches() for what
+     * exactly this means) and even if the geometry really is curved,
+     * each cell will still be subdivided as if it was just a bi- or
+     * trilinear cell.
      */
     no_curved_cells,
 
     /**
-     * The geometry or boundary description
-     * will be queried for curved geometries for cells located
-     * at the boundary, i.e., for cells that have at least one
-     * face at the boundary. This is sufficient if you have not
-     * attached a manifold description to the interiors of cells
-     * but only to faces at the boundary.
+     * The geometry or boundary description will be queried for curved
+     * geometries for cells located at the boundary, i.e., for cells
+     * that have at least one face at the boundary. This is sufficient
+     * if you have not attached a manifold description to the
+     * interiors of cells but only to faces at the boundary.
      */
     curved_boundary,
 
     /**
-     * The geometry description will be
-     * queried for all cells and all faces, whether they are
-     * at the boundary or not. This option is appropriate if you
-     * have attached a manifold object to cells (not only to faces).
+     * The geometry description will be queried for all cells and all
+     * faces, whether they are at the boundary or not. This option is
+     * appropriate if you have attached a manifold object to cells
+     * (not only to faces).
      */
     curved_inner_cells
   };

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.