Pass new options nodisplay and graph_format to options_

time-shift
Marco Ratto 2012-10-01 08:49:58 +02:00
parent e81f9d48ac
commit 285e40eb2c
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ options_gsa = set_default_option(options_gsa,'datafile',[]);
if isfield(options_gsa,'nograph'),
options_.nograph=options_gsa.nograph;
end
if isfield(options_gsa,'nodisplay'),
options_.nodisplay=options_gsa.nodisplay;
end
if isfield(options_gsa,'graph_format'),
options_.graph_format=options_gsa.graph_format;
end
if isfield(options_gsa,'mode_file'),
options_.mode_file=options_gsa.mode_file;
end