]> granicus.if.org Git - graphviz/commitdiff
Add comment to code
authorerg <devnull@localhost>
Fri, 28 Jan 2011 16:24:29 +0000 (16:24 +0000)
committererg <devnull@localhost>
Fri, 28 Jan 2011 16:24:29 +0000 (16:24 +0000)
lib/ortho/ortho.c

index 2c449854fae2d17c669bcbb90eb4f36be29af004..b1c86a371c3c91b216e1d4efd211d105f547217c 100644 (file)
@@ -1287,6 +1287,7 @@ orthoEdges (Agraph_t* g, int doLbls)
     if (odb_flags & ODB_SGRAPH) emitSearchGraph (stderr, sg);
 #endif
 
+    /* store edges to be routed in es, along with their lengths */
     n_edges = 0;
     for (n = agfstnode (g); n; n = agnxtnode(g, n)) {
         for (e = agfstout(g, n); e; e = agnxtout(g,e)) {