Fixed bug in causal
This commit is contained in:
parent
b360e56893
commit
21891b8746
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ let build ac =
|
|||
|
||||
let rec add_dependence g = function
|
||||
| Aread(n) -> attach g n
|
||||
| Atuple l -> List.iter (add_dependence g) l
|
||||
| _ -> ()
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue