fixed text to error message

time-shift
Marco Ratto 2017-02-06 08:22:39 +01:00 committed by Stéphane Adjemian (Charybdis)
parent e180e2f075
commit c02de3c652
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if init
else
if options_.sub_draws>NumberOfDraws*mh_nblck
skipline()
disp(['Estimation::mcmc: The value of option sub_draws (' num2str(options_.sub_draws) ') is greater than the number of available draws in the MCMC (' num2str(NumberOfDraws) ')!'])
disp(['Estimation::mcmc: The value of option sub_draws (' num2str(options_.sub_draws) ') is greater than the number of available draws in the MCMC (' num2str(NumberOfDraws*mh_nblck) ')!'])
disp('Estimation::mcmc: You can either change the value of sub_draws, reduce the value of mh_drop, or run another mcmc (with the load_mh_file option).')
skipline()
xparams = 1; % xparams is interpreted as an error flag