Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
a3f44cc6
Verified
Commit
a3f44cc6
authored
11 months ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
dynare.m: fix function clean rules under Octave
parent
3256cf50
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10492
passed
11 months ago
Stage: build
Stage: test
Stage: pkg
Stage: sign
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dynare.m
+3
-3
3 additions, 3 deletions
matlab/dynare.m
with
3 additions
and
3 deletions
matlab/dynare.m
+
3
−
3
View file @
a3f44cc6
...
...
@@ -16,7 +16,7 @@ function DynareInfo = dynare(fname, varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright © 2001-202
3
Dynare Team
% Copyright © 2001-202
4
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -252,8 +252,8 @@ if isoctave
clear
([
fname
(
1
:
end
-
4
)
'.sparse.dynamic_resid'
],
[
fname
(
1
:
end
-
4
)
'.sparse.dynamic_g1'
],
[
fname
(
1
:
end
-
4
)
'.sparse.dynamic_g2'
],
[
fname
(
1
:
end
-
4
)
'.sparse.dynamic_g3'
])
else
clear
([
'+'
fname
(
1
:
end
-
4
)
'/static'
],
[
'+'
fname
(
1
:
end
-
4
)
'/dynamic'
])
clear
([
'+'
fname
(
1
:
end
-
4
)
'/sparse/static_resid'
],
[
'+'
fname
(
1
:
end
-
4
)
'/sparse/static_g1'
],
[
'+'
fname
(
1
:
end
-
4
)
'/sparse/static_g2'
])
clear
([
'+'
fname
(
1
:
end
-
4
)
'/sparse/dynamic_resid'
],
[
'+'
fname
(
1
:
end
-
4
)
'/sparse/dynamic_g1'
],
[
'+'
fname
(
1
:
end
-
4
)
'/sparse/dynamic_g2'
],
[
'+'
fname
(
1
:
end
-
4
)
'/sparse/dynamic_g3'
])
clear
([
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/static_resid'
],
[
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/static_g1'
],
[
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/static_g2'
])
clear
([
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/dynamic_resid'
],
[
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/dynamic_g1'
],
[
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/dynamic_g2'
],
[
'+'
fname
(
1
:
end
-
4
)
'/
+
sparse/dynamic_g3'
])
end
pTic
=
tic
;
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
9dd98e4b
·
11 months ago
mentioned in commit
9dd98e4b
mentioned in commit 9dd98e4b79b6605649351055529ec6db1bc0239c
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