10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-10 04:58:11 +01:00

Fix toucher 2.

This commit is contained in:
Thomas Applencourt 2017-01-31 14:25:06 -06:00
parent 24e968de70
commit 3084774791

View File

@ -402,7 +402,7 @@ class Entity(object):
return [] return []
from util import mangled from util import mangled
parents = mangled(self.parents) parents = mangled(self.parents,self.d_entity)
name = self.name name = self.name
result = ["subroutine touch_%s" % (name)] result = ["subroutine touch_%s" % (name)]