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