Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
f869aa5a
Commit
f869aa5a
authored
Jul 09, 2014
by
Houtan Bastani
Browse files
reporting: bug fix. closes #673
parent
90d74ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
@report_table/report_table.m
View file @
f869aa5a
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment