From 1ef20f9e52551d6cdca02ecd9bc829bdb859c7f7 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 3 Dec 2011 11:28:39 +0000 Subject: Process function declarations to avoid "undefined function" warnings --- LinkedNode.py | 1 + 1 file changed, 1 insertion(+) (limited to 'LinkedNode.py') 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"): -- cgit v1.2.1