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
ca8b9ee0
Commit
ca8b9ee0
authored
Oct 16, 2015
by
Houtan Bastani
Browse files
update path to include macros folder
parent
07365e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
initialize_reporting_toolbox.m
View file @
ca8b9ee0
...
...
@@ -22,6 +22,7 @@ reporting_src_root = [strrep(which('initialize_reporting_toolbox'),'initialize_r
% Add path to reporting source
addpath
(
reporting_src_root
);
addpath
([
reporting_src_root
filesep
'..'
filesep
'macros'
]);
% Reminder to add and initialize dates & dseries toolboxes
disp
(
'Remember to add the paths to the dates and dseries toolboxes'
);
...
...
Write
Preview
Markdown
is supported
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