projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6db52
)
cyclegraph: add documentation
author
Brian Norris
<banorris@uci.edu>
Wed, 9 Jan 2013 22:07:07 +0000
(14:07 -0800)
committer
Brian Norris
<banorris@uci.edu>
Wed, 9 Jan 2013 22:07:07 +0000
(14:07 -0800)
cyclegraph.cc
patch
|
blob
|
history
diff --git
a/cyclegraph.cc
b/cyclegraph.cc
index 2dc2eae9503a92f1117be1345441242d3a8f1437..8326f28b7ee3a2c3be6332fc383f959707040eac 100644
(file)
--- a/
cyclegraph.cc
+++ b/
cyclegraph.cc
@@
-317,6
+317,7
@@
unsigned int CycleNode::getNumBackEdges() const
/**
* Adds an edge from this CycleNode to another CycleNode.
* @param node The node to which we add a directed edge
+ * @return True if this edge is a new edge; false otherwise
*/
bool CycleNode::addEdge(CycleNode *node)
{