Do not print the content of NumberOfElementsPerFile.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2563 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-04-07 11:17:56 +00:00
parent ff38cbdd5d
commit 4663cb473d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function results = prior_sampler(drsave,M_,bayestopt_,options_,oo_)
NumberOfSimulations = options_.prior_mc;
NumberOfParameters = length(bayestopt_.p1);
NumberOfEndogenousVariables = size(M_.endo_names,1);
NumberOfElementsPerFile = ceil(options_.MaxNumberOfBytes/NumberOfParameters/NumberOfEndogenousVariables/8)
NumberOfElementsPerFile = ceil(options_.MaxNumberOfBytes/NumberOfParameters/NumberOfEndogenousVariables/8) ;
if NumberOfSimulations <= NumberOfElementsPerFile
TableOfInformations = [ 1 , NumberOfSimulations , 1] ;
else