reporting: bug fix. closes #673

remove-priordens
Houtan Bastani 2014-07-09 15:46:19 +02:00
parent 4487e41580
commit b0bd8d62c0
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ end
o = rmfield(o, 'seriesToUse');
o = rmfield(o, 'data');
if ~exist(o.tableDirName, 'file')
mkdir(o.tableDirName);
end
% Create report_table object
o = class(o, 'report_table');
end