Skip to content
Snippets Groups Projects
Commit 285e40eb authored by Marco Ratto's avatar Marco Ratto
Browse files

Pass new options nodisplay and graph_format to options_

parent e81f9d48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment