mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Can now print build info
This commit is contained in:
parent
9a86c9c065
commit
5582180e31
4 changed files with 76 additions and 0 deletions
|
|
@ -262,6 +262,10 @@ int parse_command_line(int argc, char* argv[])
|
|||
print_version();
|
||||
return OPENMC_E_UNASSIGNED;
|
||||
|
||||
} else if (arg == "-b" || arg == "--build-info") {
|
||||
print_build_info();
|
||||
return OPENMC_E_UNASSIGNED;
|
||||
|
||||
} else if (arg == "-t" || arg == "--track") {
|
||||
settings::write_all_tracks = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue