10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-09-02 01:33:42 +02:00

Little bug

Version:1.1.69
This commit is contained in:
Anthony Scemama 2011-05-16 16:17:10 +02:00
parent a458373fec
commit 5cdd491f17
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ def create():
subroutine irpf90_dummy_touch() subroutine irpf90_dummy_touch()
end end
""" """
if not same_file(FILENAME,out): if not same_file(FILENAME,out.splitlines()):
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.66" version = "1.1.69"