mirror of
https://gitlab.com/scemama/EZFIO.git
synced 2024-11-19 04:22:25 +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)
|
||||
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