check_list_of_variables.m: Cosmetic change to warning message

time-shift
Johannes Pfeifer 2017-08-24 18:13:33 +02:00
parent 5429821719
commit 4a5b72af15
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ elseif isempty(varlist) && isempty(options_.endo_vars_for_moment_computations_in
end
if ~isempty(cas)
string = [ cas , ' will be computed for the ' num2str(M_.endo_nbr) ' endogenous variables'];
string = [ string ' of your model, this can be very long....'];
string = [ string ' of your model, this can take a long time ....'];
format_text(string, 10)
if options_.nointeractive
% Default behaviour is to consider all the endogenous variables.