mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 18:16:12 +01:00
Minor change
This commit is contained in:
parent
b019cd04f0
commit
0e4b6c0b53
@ -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:
|
with open(os.path.join(path, "%s.main.irp.f"%(module_name) ), "w") as f:
|
||||||
f.write("program {0}".format(module_name) )
|
f.write("program {0}".format(module_name) )
|
||||||
f.write(""" implicit none
|
f.write("""
|
||||||
|
implicit none
|
||||||
BEGIN_DOC
|
BEGIN_DOC
|
||||||
! TODO
|
! TODO
|
||||||
END_DOC
|
END_DOC
|
||||||
|
Loading…
Reference in New Issue
Block a user