10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
Version:1.1.71
This commit is contained in:
Anthony Scemama 2011-05-16 17:00:18 +02:00
parent dd57498a28
commit 0a9d085875
2 changed files with 2 additions and 5 deletions

View File

@ -43,10 +43,7 @@ def create():
if out != []: if out != []:
out = map(lambda x: "%s\n"%(x),out) out = map(lambda x: "%s\n"%(x),out)
else: else:
out = """ out = ["subroutine irpf90_dummy_touch()\n", "end\n"]
subroutine irpf90_dummy_touch()
end
""".splitlines()
if not same_file(FILENAME,out): if not same_file(FILENAME,out):
file = open(FILENAME,'w') file = open(FILENAME,'w')
file.writelines(out) file.writelines(out)

View File

@ -1 +1 @@
version = "1.1.70" version = "1.1.71"