mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-03 01:55:42 +01:00
Fix toucher
This commit is contained in:
parent
93b2aca745
commit
24e968de70
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user