Merge pull request #1467 from JohannesPfeifer/line_breaks

Fix two line breaks
time-shift
Stéphane Adjemian 2017-06-12 16:05:15 +02:00 committed by GitHub
commit 0500a69031
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ end
[oo_.steady_state, params,info] = evaluate_steady_state(oo_.steady_state,M,options_,oo_,steadystate_check_flag);
if info(1)
fprintf('\ndynare_estimation_init:: The steady state at the initial parameters cannot be computed.')
fprintf('\ndynare_estimation_init:: The steady state at the initial parameters cannot be computed.\n')
print_info(info, 0, options_);
end

View File

@ -258,7 +258,7 @@ elseif (options.bytecode == 0 && options.block == 0)
disp(['STEADY: numerical initial values or parameters incompatible with the following' ...
' equations'])
disp(ii')
disp('Check whether your model is truly linear. Put "resid(1);" before "steady;" to see the problematic equations.\n')
disp('Check whether your model is truly linear. Put "resid(1);" before "steady;" to see the problematic equations.')
elseif isempty(ii) && max(abs(fvec)) > 1e-12
ys = ys_init-jacob\fvec;
resid = evaluate_static_model(ys,exo_ss,params,M,options);