Skip to content
Snippets Groups Projects
Commit 55df80c9 authored by Ivar Härnqvist's avatar Ivar Härnqvist
Browse files

Refactor constructor so that Input signals and Output signals are connected to...

Refactor constructor so that Input signals and Output signals are connected to ports before traversal is started, that way edge cases of empty SFG's are easily handled
parent 2edab5bd
No related branches found
No related tags found
1 merge request!31Resolve "Specify internal input/output dependencies of an Operation"
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
......@@ -403,4 +403,4 @@ class SFG(AbstractOperation):
if src.operation.depends(src.index, i):
if self._source_depends(port.signals[0].source, input_operation, visited):
return True
return False
\ No newline at end of file
return False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment