Bug fix: graphic options are not passed to global options_ (for the next release try to skip the use of the global here).

time-shift
Marco Ratto 2012-10-02 08:59:49 +02:00
parent c031b463ff
commit e835c7d945
1 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,16 @@ options_ident = set_default_option(options_ident,'advanced',0);
options_ident = set_default_option(options_ident,'normalize_jacobians',1);
options_ident = set_default_option(options_ident,'lik_init',1);
options_ident = set_default_option(options_ident,'analytic_derivation',1);
if isfield(options_ident,'nograph'),
options_.nograph=options_ident.nograph;
end
if isfield(options_ident,'nodisplay'),
options_.nodisplay=options_ident.nodisplay;
end
if isfield(options_ident,'graph_format'),
options_.graph_format=options_ident.graph_format;
end
if options_ident.gsa_sample_file,
GSAFolder = checkpath('gsa',M_.dname);
if options_ident.gsa_sample_file==1,