mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Bug
Version:1.1.70
This commit is contained in:
parent
5cdd491f17
commit
dd57498a28
@ -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()
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.69"
|
version = "1.1.70"
|
||||||
|
Loading…
Reference in New Issue
Block a user