10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 10:47:33 +02:00

Minor change

This commit is contained in:
Anthony Scemama 2016-02-23 09:21:29 +01:00
parent b019cd04f0
commit 0e4b6c0b53

View File

@ -59,7 +59,8 @@ def save_new_module(path, l_child):
with open(os.path.join(path, "%s.main.irp.f"%(module_name) ), "w") as f:
f.write("program {0}".format(module_name) )
f.write(""" implicit none
f.write("""
implicit none
BEGIN_DOC
! TODO
END_DOC