mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Bug in touch of multiple variables
This commit is contained in:
parent
45b328c442
commit
5abd43782f
@ -82,7 +82,6 @@ def check_touch(line,vars,main_vars):
|
|||||||
all_others = make_single(flatten( map(fun,main_vars) ))
|
all_others = make_single(flatten( map(fun,main_vars) ))
|
||||||
all_others.sort()
|
all_others.sort()
|
||||||
vars.sort()
|
vars.sort()
|
||||||
print vars
|
|
||||||
for x,y in zip(vars,all_others):
|
for x,y in zip(vars,all_others):
|
||||||
if x != y:
|
if x != y:
|
||||||
message = "The following entities should be touched:\n"
|
message = "The following entities should be touched:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user