Skip to content
Snippets Groups Projects
Commit e2baa7bd authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

PosteriorIRF_core1.m: rely on input path instead of recomputing it

parent 835a47d4
Branches
No related tags found
No related merge requests found
...@@ -88,17 +88,7 @@ if whoiam ...@@ -88,17 +88,7 @@ if whoiam
Parallel=myinputs.Parallel; Parallel=myinputs.Parallel;
end end
if strcmpi(type,'posterior') MhDirectoryName = myinputs.MhDirectoryName;
MhDirectoryName = CheckPath('metropolis',M_.dname);
elseif strcmpi(type,'gsa')
if options_.opt_gsa.pprior
MhDirectoryName = CheckPath(['gsa' filesep 'prior'],M_.dname);
else
MhDirectoryName = CheckPath(['gsa' filesep 'mc'],M_.dname);
end
else
MhDirectoryName = CheckPath('prior',M_.dname);
end
RemoteFlag = 0; RemoteFlag = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment