mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-12-22 04:13:34 +01:00
Wrong type in ocaml
This commit is contained in:
parent
fd89cd774e
commit
e12f9ca68d
@ -273,7 +273,7 @@ let ezfio_array_of_list ~rank ~dim ~data =
|
||||
(Ezfio_data data,rest)
|
||||
in
|
||||
let (result,_) = read_nd data rank in
|
||||
result
|
||||
{ rank=rank ; dim=dim ; data=result }
|
||||
;;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user