Merge branch 'disp_th_moments' of git.dynare.org:JohannesPfeifer/dynare

Ref. !1975
pac-components
Sébastien Villemot 2021-12-10 11:01:59 +01:00
commit ee5eec3224
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 5 additions and 3 deletions

View File

@ -147,9 +147,11 @@ if size(stationary_vars, 1) > 0
end
if isempty(i1)
skipline()
disp('All endogenous are constant or non stationary, not displaying correlations and auto-correlations')
skipline()
if ~options_.noprint
skipline()
disp('All endogenous are constant or non stationary, not displaying correlations and auto-correlations')
skipline()
end
return
end