Merge branch 'master' of github.com:scemama/EZFIO

This commit is contained in:
Anthony Scemama 2014-09-17 11:52:01 +02:00
commit affd22f998
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}
;;