Add git SHA1 hash to --version output and summary/statepoint files

This commit is contained in:
Paul Romano 2017-02-17 10:41:51 -06:00
parent 7848a97edc
commit 6793ca9836
5 changed files with 18 additions and 1 deletions

View file

@ -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.

View file

@ -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.