Skip to content
Snippets Groups Projects
Commit f5def11a authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

disp_th_moments.m: honor noprint

parent 1638374b
Branches
Tags
No related merge requests found
...@@ -147,9 +147,11 @@ if size(stationary_vars, 1) > 0 ...@@ -147,9 +147,11 @@ if size(stationary_vars, 1) > 0
end end
if isempty(i1) if isempty(i1)
if ~options_.noprint
skipline() skipline()
disp('All endogenous are constant or non stationary, not displaying correlations and auto-correlations') disp('All endogenous are constant or non stationary, not displaying correlations and auto-correlations')
skipline() skipline()
end
return return
end end
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment