Fixed type of first returned argument.

time-shift
Stéphane Adjemian (Scylla) 2017-10-10 14:37:07 +02:00
parent d3d11b7a9a
commit 4757713829
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];