mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-02 09:35:41 +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()
|
||||
end
|
||||
"""
|
||||
if not same_file(FILENAME,out):
|
||||
if not same_file(FILENAME,out.splitlines()):
|
||||
file = open(FILENAME,'w')
|
||||
file.writelines(out)
|
||||
file.close()
|
||||
|
@ -1 +1 @@
|
||||
version = "1.1.66"
|
||||
version = "1.1.69"
|
||||
|
Loading…
Reference in New Issue
Block a user