matlab fix: missing time information in ReadHDF5FieldData
parent
0806edb7d6
commit
57c4c56849
|
@ -54,6 +54,7 @@ end
|
|||
|
||||
if (numel(TD.names)>0)
|
||||
hdf_fielddata.TD.names=TD.names;
|
||||
hdf_fielddata.TD.time=TD.time;
|
||||
for n=1:numel(hdf_fielddata.TD.names)
|
||||
hdf_fielddata.TD.values{n} = double(hdf5read(file,hdf_fielddata.TD.names{n}));
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue