mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 15:43:43 +01:00
Little bug
Version:1.1.69
This commit is contained in:
parent
a458373fec
commit
5cdd491f17
@ -47,7 +47,7 @@ def create():
|
|||||||
subroutine irpf90_dummy_touch()
|
subroutine irpf90_dummy_touch()
|
||||||
end
|
end
|
||||||
"""
|
"""
|
||||||
if not same_file(FILENAME,out):
|
if not same_file(FILENAME,out.splitlines()):
|
||||||
file = open(FILENAME,'w')
|
file = open(FILENAME,'w')
|
||||||
file.writelines(out)
|
file.writelines(out)
|
||||||
file.close()
|
file.close()
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.66"
|
version = "1.1.69"
|
||||||
|
Loading…
Reference in New Issue
Block a user