X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.cc;h=1387ed15b67c9ac25d7fcba68491bbb72d8ff236;hb=ac80452d8a9b319e38869c8ff1434ddebfc025a5;hp=140d59098f8c37732753e4f80ddc58f8a883810b;hpb=8c82e3813dcbe9f61197a45d0543abc5d131a0fa;p=model-checker.git diff --git a/action.cc b/action.cc index 140d590..1387ed1 100644 --- a/action.cc +++ b/action.cc @@ -365,7 +365,7 @@ bool ModelAction::synchronize_with(const ModelAction *act) { bool ModelAction::has_synchronized_with(const ModelAction *act) const { - return cv->has_synchronized_with(act->cv); + return cv->synchronized_since(act); } /**