disp(['Variable 'M_.endo_names(max_indx,:)' ('int2str(max_indx)') returns an undefined value']);
disp(['Variable 'M.endo_names(max_indx,:)' ('int2str(max_indx)') returns an undefined value']);
end;
if(isnan(max_res))
detJ=det(g1aa);
...
...
@@ -191,12 +190,12 @@ while ~(cvg==1 || iter>maxit_),
else
fprintf('Error in simul: Convergence not achieved in block %d, after %d iterations.\n Increase "options_.maxit_" or set "cutoff=0" in model options.\n',Block_Num,iter);