mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2025-01-05 02:48:39 +01:00
Merge branch 'master' of github.com:scemama/EZFIO
This commit is contained in:
commit
affd22f998
@ -276,7 +276,10 @@ let ezfio_array_of_list ~rank ~dim ~data =
|
|||||||
(Ezfio_data data,rest)
|
(Ezfio_data data,rest)
|
||||||
in
|
in
|
||||||
let (result,_) = read_nd data rank in
|
let (result,_) = read_nd data rank in
|
||||||
{ rank=rank ; dim=dim ; data=result }
|
{ rank= rank;
|
||||||
|
dim= dim;
|
||||||
|
data=result;
|
||||||
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user