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
Sébastien Villemot
dseries
Commits
5456ab5d
Commit
5456ab5d
authored
Sep 10, 2018
by
Stéphane Adjemian
Browse files
Updated path to dates zip archive.
parent
615d47f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/initialize_dseries_toolbox.m
View file @
5456ab5d
...
@@ -24,7 +24,7 @@ try
...
@@ -24,7 +24,7 @@ try
initialize_dates_toolbox
;
initialize_dates_toolbox
;
catch
catch
if
installdependencies
if
installdependencies
urlwrite
(
'https://git
hub.com
/Dynare
Team
/dates/archive/master.zip'
,
'master.zip'
);
urlwrite
(
'https://git
.dynare.org
/Dynare/dates/
-/
archive/master
/dates-master
.zip'
,
'master.zip'
);
warning
(
'off'
,
'MATLAB:MKDIR:DirectoryExists'
)
warning
(
'off'
,
'MATLAB:MKDIR:DirectoryExists'
)
mkdir
(
'../externals'
)
mkdir
(
'../externals'
)
warning
(
'on'
,
'MATLAB:MKDIR:DirectoryExists'
)
warning
(
'on'
,
'MATLAB:MKDIR:DirectoryExists'
)
...
...
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