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
Dynare
dynare
Commits
d648f764
Commit
d648f764
authored
Sep 08, 2017
by
Houtan Bastani
Browse files
dynare.m: aesthetic fix: remove unnecessary parenthesis
parent
43bed00e
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare.m
View file @
d648f764
...
...
@@ -98,7 +98,7 @@ if ~ischar(fname)
end
% Testing if filename has more than one period (not allowed).
dot_location
=
(
strfind
(
fname
,
'.'
)
)
;
dot_location
=
strfind
(
fname
,
'.'
);
if
length
(
dot_location
)
>
1
error
(
'DYNARE: Periods in filenames are only allowed for .mod or .dyn extensions'
)
end
...
...
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