summaryrefslogtreecommitdiff
path: root/LinkedNode.py
diff options
context:
space:
mode:
Diffstat (limited to 'LinkedNode.py')
-rw-r--r--LinkedNode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/LinkedNode.py b/LinkedNode.py
index f068993..b24812a 100644
--- a/LinkedNode.py
+++ b/LinkedNode.py
@@ -101,6 +101,7 @@ class LinkedNode(object):
allocation function
"""
self.function = function
+ function.setLinkedNode(self)
self.variables.setFunction(function)
def getLocation(self):
if hasattr(self.node, "coord"):