Skip to content

Commit afe81b9

Browse files
author
Jérôme FERET
committed
cleaning
1 parent 32e7e64 commit afe81b9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/KaSa_rep/reachability_analysis/views_domain.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,15 +759,15 @@ module Domain = struct
759759
return a pair: (bdu, and a pair of (site, state) list of list)*)
760760
let handler = get_mvbdu_handler dynamic in
761761
let error, handler, list =
762-
Ckappa_sig.Views_bdu.parametric_conditions_of_mvbdu parameters handler error ~threshold:3 (* TO DO *)
762+
Ckappa_sig.Views_bdu.extensional_of_mvbdu parameters handler error
763763
bdu_diff
764764
in
765765
let dynamic = set_mvbdu_handler handler dynamic in
766766
(*----------------------------------------------------*)
767767
(*print function for extentional description*)
768768
let error =
769769
List.fold_left
770-
(fun error (l,bdd) ->
770+
(fun error l ->
771771
let error, bool =
772772
List.fold_left
773773
(fun (error, bool) (site_type, state) ->
@@ -801,7 +801,6 @@ module Domain = struct
801801
error, true)
802802
(error, false) l
803803
in
804-
let () = Ckappa_sig.Views_bdu.print parameters bdd in
805804
(*-----------------------------------------------------------*)
806805
let () =
807806
if bool then (

0 commit comments

Comments
 (0)