matlab: hdf5-read: don't show an error message if no FD data is present

pull/1/head
Thorsten Liebig 2012-07-31 14:22:10 +02:00
parent 833ceb37ec
commit 5c721e4704
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ end
try try
hdf_fielddata.FD.frequency = double(hdf5read(file,'/FieldData/FD','frequency')); hdf_fielddata.FD.frequency = double(hdf5read(file,'/FieldData/FD','frequency'));
catch err catch err
disp(err) % disp(err)
return return
end end
for n=1:numel(hdf_fielddata.FD.frequency) for n=1:numel(hdf_fielddata.FD.frequency)