Commit fa019061 authored by Project Open's avatar Project Open

- Fixed duplicate predecessor entries

parent 1d698ba0
......@@ -192,7 +192,7 @@ while {[llength $list] > 0 && $cnt < 10} {
array set hash $predecessors
foreach id [array names hash] {
set list [lappend $list $id]
lappend list $id
}
}
......@@ -245,9 +245,7 @@ while {[llength $list] > 0 && $cnt < 100} {
array set hash $successors
foreach id [array names hash] {
ns_log Notice "dep: successors: id = $id"
lappend list $id
ns_log Notice "dep: successors: list = $list"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment