X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fcommon%2Fccs.ml;h=5364d1e079b61402d8d6a89231bc087c0afaaa5a;hb=a255d83ebcb9b700a6f30cbcd109d223fc0d98cb;hp=db8a7786575ce3dca266a41c32fcbc9ded12ca51;hpb=a8a42ce5976221949b3999446eebc5d5457b81bd;p=helm.git diff --git a/helm/software/helena/src/common/ccs.ml b/helm/software/helena/src/common/ccs.ml index db8a77865..5364d1e07 100644 --- a/helm/software/helena/src/common/ccs.ml +++ b/helm/software/helena/src/common/ccs.ml @@ -16,10 +16,10 @@ module E = Entity module G = Options type csys = { - uri: E.uri; - mutable tp : int list; - mutable t1 : int list; - mutable tn : (int * int) list; + buri: E.uri; + mutable tp : int list; + mutable t1 : int list; + mutable tn : (int * int) list; } let mark a = E.mark C.err C.start a @@ -27,7 +27,7 @@ let mark a = E.mark C.err C.start a (* interface functions ******************************************************) let init () = { - uri = U.uri_of_string (G.get_baseuri ()); + buri = U.uri_of_string (G.get_baseuri ()); tp = []; t1 = []; tn = [] }