]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix broken documentation. 9771/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 29 Mar 2020 16:48:15 +0000 (10:48 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 29 Mar 2020 16:48:15 +0000 (10:48 -0600)
This was apparently mangled when we ran clang-indent the first time.

include/deal.II/base/graph_coloring.h

index 270e10ab6061fa86775d633c093152ae28226f67..442f25d94cbebcdcf5fa193d4f8d63a8f9cf04da 100644 (file)
@@ -199,12 +199,15 @@ namespace GraphColoring
 
     /**
      * This function uses DSATUR (Degree SATURation) to color the elements of
-     * a set. DSATUR works as follows: -# Arrange the vertices by decreasing
-     * order of degrees. -# Color a vertex of maximal degree with color 1. -#
-     * Choose a vertex with a maximal saturation degree. If there is equality,
-     * choose any vertex of maximal degree in the uncolored subgraph. -# Color
-     * the chosen vertex with the least possible (lowest numbered) color. -#
-     * If all the vertices are colored, stop. Otherwise, return to 3.
+     * a set. DSATUR works as follows:
+     * -# Arrange the vertices by decreasing order of degrees.
+     * -# Color a vertex of maximal degree with color 1.
+     * -# Choose a vertex with a maximal saturation degree. If there is
+     *    equality, choose any vertex of maximal degree in the uncolored
+     *    subgraph.
+     * -# Color the chosen vertex with the least possible (lowest numbered)
+     *    color.
+     * -# If all the vertices are colored, stop. Otherwise, return to 3.
      *
      * @param[in] partition The set of iterators that should be colored.
      * @param[in] get_conflict_indices A user defined function object

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.