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