matlab fix: missing time information in ReadHDF5FieldData

pull/1/head
Thorsten Liebig 2011-01-24 09:26:14 +01:00
parent 0806edb7d6
commit 57c4c56849
1 changed files with 1 additions and 0 deletions

View File

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