X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fparamodulation%2Fsaturate_main.ml;fp=helm%2Focaml%2Fparamodulation%2Fsaturate_main.ml;h=e65af7eedc0096e952c59b88faca714787d2d69a;hb=ee8a9f2a9f75814be05fa9f7aafefb3e42692a2a;hp=71aa9beae201e27837da9654f1ad5532250cfb86;hpb=6373043a374a936c612636adc2265f8d2c279713;p=helm.git diff --git a/helm/ocaml/paramodulation/saturate_main.ml b/helm/ocaml/paramodulation/saturate_main.ml index 71aa9beae..e65af7eed 100644 --- a/helm/ocaml/paramodulation/saturate_main.ml +++ b/helm/ocaml/paramodulation/saturate_main.ml @@ -143,8 +143,8 @@ let _ = ] (fun a -> ()) "Usage:" in Helm_registry.load_from !configuration_file; -CicNotation2.load_notation core_notation_script; -CicNotation2.load_notation "../../matita/coq.ma"; +CicNotation2.load_notation [] core_notation_script; +CicNotation2.load_notation [] "../../matita/coq.ma"; let dbd = HMysql.quick_connect ~host:(Helm_registry.get "db.host") ~user:(Helm_registry.get "db.user")