mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
cplusplus.Move
This commit is contained in:
@@ -185,7 +185,7 @@ void findPaths(const NGHolder &g, CorpusProperties &cProps,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!contains(one_way_in, v) &&
|
if (p && !contains(one_way_in, v) &&
|
||||||
has_greater_than(p->begin(), p->end(), v, cycleLimit)) {
|
has_greater_than(p->begin(), p->end(), v, cycleLimit)) {
|
||||||
// Note that vertices that only have one predecessor don't need
|
// Note that vertices that only have one predecessor don't need
|
||||||
// their cycle limit checked, as their predecessors will have
|
// their cycle limit checked, as their predecessors will have
|
||||||
|
Reference in New Issue
Block a user