Fixed bug in causal

This commit is contained in:
Cédric Pasteur 2010-06-23 11:32:30 +02:00 committed by Léonard Gérard
parent b360e56893
commit 21891b8746

View file

@ -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