From 4663cb473d71798cf946d1f623e486cbcc69eb56 Mon Sep 17 00:00:00 2001 From: stepan Date: Tue, 7 Apr 2009 11:17:56 +0000 Subject: [PATCH] Do not print the content of NumberOfElementsPerFile. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2563 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/prior_sampler.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/prior_sampler.m b/matlab/prior_sampler.m index e79a1cd1f..32b8d2f1a 100644 --- a/matlab/prior_sampler.m +++ b/matlab/prior_sampler.m @@ -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