10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-27 21:27:26 +02:00

irp_stack works again

This commit is contained in:
Anthony Scemama 2014-05-10 23:50:46 +02:00
parent 2aa209dd6b
commit fa761ea25f

View File

@ -100,7 +100,7 @@ def run():
result += " %s%s.irp.module.F90"%(irpdir,m.filename) result += " %s%s.irp.module.F90"%(irpdir,m.filename)
print >>file, result print >>file, result
result = "OBJ_IRP = " result = "OBJ_IRP = %sirp_stack.irp.o "%(irpdir)
for m in mod: for m in mod:
if not m.is_main: if not m.is_main:
result += " %s%s.irp.o"%(irpdir,m.filename) result += " %s%s.irp.o"%(irpdir,m.filename)