preprocessor: add nograph option to shock_decomposition. closes #1290

issue#70
Houtan Bastani 2016-09-23 17:44:36 +02:00
parent d9d60d4f21
commit c5570fc30e
1 changed files with 2 additions and 0 deletions

View File

@ -2475,6 +2475,7 @@ shock_decomposition_option : o_parameter_set
| o_datafile
| o_use_shock_groups
| o_colormap
| o_shock_decomposition_nograph
;
homotopy_setup: HOMOTOPY_SETUP ';' homotopy_list END ';'
@ -2802,6 +2803,7 @@ o_nograph : NOGRAPH
| GRAPH
{ driver.option_num("nograph", "0"); }
;
o_shock_decomposition_nograph : NOGRAPH { driver.option_num("shock_decomp.nograph", "1"); }
o_nodisplay : NODISPLAY { driver.option_num("nodisplay","1"); };
o_graph_format : GRAPH_FORMAT EQUAL allowed_graph_formats
{ driver.process_graph_format_option(); }