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
403f5ced
Commit
403f5ced
authored
Sep 14, 2018
by
Stéphane Adjemian
Browse files
Initialize variable updated subsequently in a script.
parent
4553e86c
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/runalltests.m
View file @
403f5ced
...
@@ -15,6 +15,9 @@ function runalltests()
...
@@ -15,6 +15,9 @@ function runalltests()
% You should have received a copy of the GNU General Public License
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
dseries_src_root
=
[];
% Initialize path as an array to be updated
% when calling initialize_dseries_toolbox() script.
opath
=
path
();
opath
=
path
();
system
(
'rm -f failed'
);
system
(
'rm -f failed'
);
...
...
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