mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Bug
Version:1.1.71
This commit is contained in:
parent
dd57498a28
commit
0a9d085875
@ -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)
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.70"
|
version = "1.1.71"
|
||||||
|
Loading…
Reference in New Issue
Block a user