projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9209688
)
bug
author
Brian Demsky
<bdemsky@uci.edu>
Wed, 11 Jul 2012 04:12:42 +0000
(21:12 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Wed, 11 Jul 2012 04:12:42 +0000
(21:12 -0700)
cyclegraph.cc
patch
|
blob
|
history
diff --git
a/cyclegraph.cc
b/cyclegraph.cc
index 750086c5c1c37fa63ab18072a5a2a7d94b504879..324e01cc0312747e4b39ee4b6c37343cfd7d163f 100644
(file)
--- a/
cyclegraph.cc
+++ b/
cyclegraph.cc
@@
-56,7
+56,7
@@
bool CycleGraph::checkReachable(CycleNode *from, CycleNode *to) {
}
/** Returns whether a CycleGraph contains cycles. */
-bool checkForCycles() {
+bool
CycleGraph::
checkForCycles() {
return hasCycles;
}