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
dynare
Commits
47577138
Commit
47577138
authored
Oct 10, 2017
by
Stéphane Adjemian
Browse files
Fixed type of first returned argument.
parent
d3d11b7a
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/utilities/general/isint.m
View file @
47577138
...
...
@@ -33,7 +33,7 @@ function [b,c,d] = isint(a)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
if
~
isnumeric
(
a
)
b
=
0
;
b
=
false
;
if
nargout
>
1
c
=
[];
d
=
[];
...
...
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