# HG changeset patch # User alpar # Date 1181658868 0 # Node ID c4554a95b0d34ff4149b6623e44e4dd8ae2e29ec # Parent 2800d9efb01d7419ef5676269060d0227eeceacc Spellcheck diff -r 2800d9efb01d -r c4554a95b0d3 doc/graph_orientation.dox --- a/doc/graph_orientation.dox Thu Jun 07 20:07:29 2007 +0000 +++ b/doc/graph_orientation.dox Tue Jun 12 14:34:28 2007 +0000 @@ -134,7 +134,7 @@ \skip active \until def -We also store in a bool map indicating which edges are reverted. +We also store a bool map indicating which edges are reverted. Actually this map called \c rev is only used to draw these edges with different color in the output picture. The algorithm updates this map, but will not use it otherwise. @@ -167,7 +167,7 @@ \skipline if \skip if \until } -Otherwise (i.e. if there is no edge stepping down one level). We lift up the +Otherwise (i.e. if there is no edge stepping down one level) we lift up the current active node \c act. If it reaches level \c nodeNum, then there exists no appropriate orientation so we stop. \skipline else