]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/oCic2NCic.ml
added # to comment
[helm.git] / helm / software / components / ng_kernel / oCic2NCic.ml
index 5bb6b93e29867c253037b142794a99338f1897e9..f20df7c8064ffdc47faeea23ed4bd2fc4ba858e8 100644 (file)
@@ -262,6 +262,6 @@ let convert_obj_aux uri = function
 
 let convert_obj uri obj = 
   let o, fixpoints = convert_obj_aux uri obj in
-  let obj = NUri.nuri_of_ouri uri,0, [], [], o in
+  let obj = NUri.nuri_of_ouri uri,max_int, [], [], o in
   fixpoints @ [obj]
 ;;