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 != []:
out = map(lambda x: "%s\n"%(x),out)
else:
out = """
subroutine irpf90_dummy_touch()
end
""".splitlines()
out = ["subroutine irpf90_dummy_touch()\n", "end\n"]
if not same_file(FILENAME,out):
file = open(FILENAME,'w')
file.writelines(out)

View File

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