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
No related branches found
No related tags found
No related merge requests found
......@@ -88,17 +88,7 @@ if whoiam
Parallel=myinputs.Parallel;
end
if strcmpi(type,'posterior')
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
MhDirectoryName = myinputs.MhDirectoryName;
RemoteFlag = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment