mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Improved -o option (less output)
Version:1.1.45
This commit is contained in:
parent
fb80051231
commit
71be243437
@ -435,6 +435,7 @@ def check_opt():
|
|||||||
for filename, text in parsed_text:
|
for filename, text in parsed_text:
|
||||||
do_level = 0
|
do_level = 0
|
||||||
for vars,line in text:
|
for vars,line in text:
|
||||||
|
if not isinstance(line,Provide_all):
|
||||||
if do_level > 0 and vars != []:
|
if do_level > 0 and vars != []:
|
||||||
print "Optimization: %s line %d"%(line.filename,line.i)
|
print "Optimization: %s line %d"%(line.filename,line.i)
|
||||||
for v in vars:
|
for v in vars:
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.44"
|
version = "1.1.45"
|
||||||
|
Loading…
Reference in New Issue
Block a user