Skip to content
Snippets Groups Projects
Verified Commit ddc233a0 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Stéphane Adjemian
Browse files

:bug: fix gsa_sample_file option

Capitalization was wrong

(cherry picked from commit 8aaed032)
parent 522f64fc
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ end ...@@ -240,7 +240,7 @@ end
% check for external draws, i.e. set pdraws0 for a gsa analysis % check for external draws, i.e. set pdraws0 for a gsa analysis
if options_ident.gsa_sample_file if options_ident.gsa_sample_file
GSAFolder = checkpath('gsa',dname); GSAFolder = CheckPath('gsa',dname);
if options_ident.gsa_sample_file==1 if options_ident.gsa_sample_file==1
load([GSAFolder,filesep,fname,'_prior'],'lpmat','lpmat0','istable'); load([GSAFolder,filesep,fname,'_prior'],'lpmat','lpmat0','istable');
elseif options_ident.gsa_sample_file==2 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