mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03: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.sort()
|
||||
vars.sort()
|
||||
print vars
|
||||
for x,y in zip(vars,all_others):
|
||||
if x != y:
|
||||
message = "The following entities should be touched:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user