10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-10-07 00:36:11 +02:00
Version:1.1.70
This commit is contained in:
Anthony Scemama 2011-05-16 16:55:11 +02:00
parent 5cdd491f17
commit dd57498a28
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ def create():
out = """ out = """
subroutine irpf90_dummy_touch() subroutine irpf90_dummy_touch()
end end
""" """.splitlines()
if not same_file(FILENAME,out.splitlines()): if not same_file(FILENAME,out):
file = open(FILENAME,'w') file = open(FILENAME,'w')
file.writelines(out) file.writelines(out)
file.close() file.close()

View File

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