10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-03 01:55:42 +01:00

Fix toucher

This commit is contained in:
Thomas Applencourt 2017-01-31 14:22:32 -06:00
parent 93b2aca745
commit 24e968de70

View File

@ -400,8 +400,9 @@ class Entity(object):
# Only one by EntityColleciton
if not self.is_main:
return []
parents = self.parents
from util import mangled
parents = mangled(self.parents)
name = self.name
result = ["subroutine touch_%s" % (name)]