Fixes following nanobrain update
This commit is contained in:
parent
35a8c07e8a
commit
e23389d072
@ -504,9 +504,6 @@ namespace NanoBrain {
|
|||||||
public void RefreshComputeOrders() {
|
public void RefreshComputeOrders() {
|
||||||
this._computeOrders = null;
|
this._computeOrders = null;
|
||||||
}
|
}
|
||||||
public void RefreshComputeOrders() {
|
|
||||||
this._computeOrders = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private List<Nucleus> TopologicalSort2(Nucleus startNode) {
|
private List<Nucleus> TopologicalSort2(Nucleus startNode) {
|
||||||
Dictionary<Nucleus, int> inDegree = new();
|
Dictionary<Nucleus, int> inDegree = new();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user