Skip to content
Snippets Groups Projects
Commit cb2739a9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Merge branch 'gsa' into 'master'

:bug: fix gsa_sample_file option

See merge request !2335
parents 127c9265 8aaed032
No related branches found
No related tags found
1 merge request!2335:bug: fix gsa_sample_file option
Pipeline #11254 canceled
......@@ -240,7 +240,7 @@ end
% check for external draws, i.e. set pdraws0 for a gsa analysis
if options_ident.gsa_sample_file
GSAFolder = checkpath('gsa',dname);
GSAFolder = CheckPath('gsa',dname);
if options_ident.gsa_sample_file==1
load([GSAFolder,filesep,fname,'_prior'],'lpmat','lpmat0','istable');
elseif options_ident.gsa_sample_file==2
......
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