Delete unused passing of file in posterior_sampler.m

Ports 919645d30e2361fb4c960ee78e42d401ad3d95ba to master
time-shift
Johannes Pfeifer 2016-06-07 16:31:29 +02:00 committed by Stéphane Adjemian (Hermes)
parent 6a6ccfa966
commit 55e20aab1f
1 changed files with 0 additions and 3 deletions

View File

@ -133,9 +133,6 @@ else
if (options_.load_mh_file~=0) && any(fline>1) ,
NamFileInput(length(NamFileInput)+1,:)={[M_.dname '/metropolis/'],[ModelName '_mh' int2str(NewFile(1)) '_blck*.mat']};
end
if exist([ModelName '_optimal_mh_scale_parameter.mat'])
NamFileInput(length(NamFileInput)+1,:)={'',[ModelName '_optimal_mh_scale_parameter.mat']};
end
% from where to get back results
% NamFileOutput(1,:) = {[M_.dname,'/metropolis/'],'*.*'};
[fout, nBlockPerCPU, totCPU] = masterParallel(options_.parallel, fblck, nblck,NamFileInput,'posterior_sampler_core', localVars, globalVars, options_.parallel_info);