Skip to content
Snippets Groups Projects
Commit f869aa5a authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: bug fix. closes #673

parent 90d74ad7
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment