Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
m-unit-tests
Commits
39ef604a
Commit
39ef604a
authored
Nov 08, 2014
by
Stéphane Adjemian
Browse files
Fixed bug (wrong variable name).
parent
3ef5e579
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dtest.m
View file @
39ef604a
...
...
@@ -50,7 +50,7 @@ if nargin>1 || isempty(tpath)
end
mex_flag
=
0
;
if
exist
(
name
1
)
==
3
if
exist
(
f
name
)
==
3
mex_flag
=
1
;
end
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment