Single structure in output

(OutputFileName included in the structure).

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2690 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2009-05-27 06:46:47 +00:00
parent 0acc298758
commit 490fc6a900
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function [myoutput, OutputFileName] = random_walk_metropolis_hastings_core(myinputs,fblck,nblck,whoiam, ThisMatlab)
function myoutput = random_walk_metropolis_hastings_core(myinputs,fblck,nblck,whoiam, ThisMatlab)
% Copyright (C) 2006-2008 Dynare Team
%
@ -166,5 +166,6 @@ end% End of the loop over the mh-blocks.
myoutput.record = record;
myoutput.irun = irun;
myoutput.NewFile = NewFile;
myoutput.OutputFileName = OutputFileName;