mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add git SHA1 hash to --version output and summary/statepoint files
This commit is contained in:
parent
7848a97edc
commit
6793ca9836
5 changed files with 18 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ The current revision of the statepoint file format is 15.
|
|||
|
||||
Release version number for OpenMC
|
||||
|
||||
**/git_sha1** (*char[40]*)
|
||||
|
||||
Git commit SHA-1 hash
|
||||
|
||||
**/date_and_time** (*char[]*)
|
||||
|
||||
Date and time the state point was written.
|
||||
|
|
|
|||
|
|
@ -27,6 +27,10 @@ The current revision of the summary file format is 4.
|
|||
|
||||
Release version number for OpenMC
|
||||
|
||||
**/git_sha1** (*char[40]*)
|
||||
|
||||
Git commit SHA-1 hash
|
||||
|
||||
**/date_and_time** (*char[]*)
|
||||
|
||||
Date and time the summary was written.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue