Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dseries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dseries
Commits
222beb22
Commit
222beb22
authored
Jul 26, 2019
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Fixed path to dseries class.
parent
e9fc6262
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1548
passed with warnings
Jul 26, 2019
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utilities/x13/select_x13_binary.m
+1
-1
1 addition, 1 deletion
src/utilities/x13/select_x13_binary.m
with
1 addition
and
1 deletion
src/utilities/x13/select_x13_binary.m
+
1
−
1
View file @
222beb22
...
...
@@ -15,7 +15,7 @@ function x13_binary = select_x13_binary()
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
dseries_src_root
=
strrep
(
which
(
'initialize_dseries_
toolbox
'
),
'initialize_dseries_
toolbox
.m'
,
''
);
dseries_src_root
=
strrep
(
which
(
'initialize_dseries_
class
'
),
'initialize_dseries_
class
.m'
,
''
);
dseries_x13_root
=
sprintf
(
'%s%s%s%s%s%s%s'
,
dseries_src_root
,
'..'
,
filesep
(),
'externals'
,
filesep
(),
'x13'
,
filesep
());
if
ismac
()
...
...
This diff is collapsed.
Click to expand it.
Stéphane Adjemian
@stepan-a
mentioned in commit
0d5954b7
·
Dec 18, 2020
mentioned in commit
0d5954b7
mentioned in commit 0d5954b79d8bda21a49b5c869761963a03f352e2
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment