File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
packages/seacas/libraries/ioss/src/main Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,10 @@ void Info::Interface::enroll_options()
148148
149149#endif
150150
151- options_ .enroll (
152- "list_change_sets" , Ioss :: GetLongOption :: OptType :: NoValue ,
153- "Print a list of the names of all change_sets (previuosly groups) in this file and then exit." ,
154- nullptr );
151+ options_ .enroll ("list_change_sets" , Ioss :: GetLongOption :: OptType :: NoValue ,
152+ "Print a list of the names of all change_sets (previuosly groups) in this file "
153+ " and then exit." ,
154+ nullptr );
155155 options_ .enroll ("list_groups" , Ioss ::GetLongOption ::OptType ::NoValue ,
156156 "[deprecated] Use --list_change_sets" , nullptr );
157157
Original file line number Diff line number Diff line change @@ -343,10 +343,8 @@ void IOShell::Interface::enroll_options()
343343 "\t\tBy default, block/set/assembly names are left as they appear in the input mesh file" ,
344344 nullptr );
345345
346- options_ .enroll (
347- "lower_case_database_names" , Ioss ::GetLongOption ::OptType ::NoValue ,
348- "[Deprecated] Use lowercase_database_names" ,
349- nullptr );
346+ options_ .enroll ("lower_case_database_names" , Ioss ::GetLongOption ::OptType ::NoValue ,
347+ "[Deprecated] Use lowercase_database_names" , nullptr );
350348
351349 options_ .enroll ("retain_empty_blocks" , Ioss ::GetLongOption ::OptType ::NoValue ,
352350 "If any empty element blocks on input file, keep them and write to output file.\n"
You can’t perform that action at this time.
0 commit comments