This commit is contained in:
parent
3abf4c5aea
commit
88b7834e65
|
@ -295,7 +295,10 @@ bool dags::DAGGraph::current_nodelist_filling_indi(const QList<std::shared_ptr<D
|
|||
ordered_values = ordered_values.toSet().toList();
|
||||
std::sort(ordered_values.begin(), ordered_values.end());
|
||||
|
||||
if (ordered_values.size() == nodes_within_current_layer.size())
|
||||
//if (ordered_values.size() == nodes_within_current_layer.size())
|
||||
// return false;
|
||||
|
||||
if (!ordered_values.size())
|
||||
return false;
|
||||
|
||||
// Ìî·ì
|
||||
|
|
Loading…
Reference in New Issue