Dataflow: Code review fixes.

This commit is contained in:
Anders Schack-Mulligen
2020-11-02 15:02:16 +01:00
parent 1ae76a80aa
commit 7eb64aa998
22 changed files with 127 additions and 127 deletions

View File

@@ -14,5 +14,5 @@ class Conf extends Configuration {
}
from PartialPathNode n, int dist
where any(Conf c).hasRevPartialFlow(n, _, dist)
where any(Conf c).hasPartialFlowRev(n, _, dist)
select dist, n