You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("alarm,A", po::value<unsignedint >()->default_value(360), "sets timeout in seconds for simulation")
108
112
("output-type,O", po::value< string >()->default_value("all"), "the points in time written to result file: all (output steps + events), step (just output points), none")
113
+
("output-format,P", po::value< string >()->default_value("mat"), "The simulation results output format")
109
114
;
110
115
111
116
// a group for all options that should not be visible if '--help' is set
0 commit comments