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 = """
subroutine irpf90_dummy_touch()
end
"""
if not same_file(FILENAME,out.splitlines()):
""".splitlines()
if not same_file(FILENAME,out):
file = open(FILENAME,'w')
file.writelines(out)
file.close()

View File

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