matlab: fix undesired output in hdf5 field data read

pull/1/head v0.0.20
Thorsten Liebig 2011-03-10 10:32:54 +01:00
parent b73004be48
commit 95c5f59d31
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if (numel(TD.names)>0)
end
if (numel(FD.names)>0)
Nr_freq = numel(FD.names)
Nr_freq = numel(FD.names);
for n=1:Nr_freq
name = ['/FieldData/FD/f' int2str(n-1) '_real'];
ind = find(strcmp(FD.names,name));