added documentation for updated summary file format and incremented the REVISION_SUMMARY constant

This commit is contained in:
Sam Shaner 2015-12-30 13:29:14 -08:00
parent 8762642dda
commit a28c9281e7
2 changed files with 6 additions and 1 deletions

View file

@ -306,6 +306,11 @@ The current revision of the summary file format is 1.
than the number of user-specified scores since each score might have
multiple scoring bins, e.g., scatter-PN.
**/tallies/tally <uid>/moment_orders** (*char[][]*)
Tallying moment orders for Legendre and spherical harmonic tally expansions
(*e.g.*, 'P2', 'Y1,2', etc.).
**/tallies/tally <uid>/score_bins** (*char[][]*)
Scoring bins for the tally.

View file

@ -14,7 +14,7 @@ module constants
integer, parameter :: REVISION_STATEPOINT = 14
integer, parameter :: REVISION_PARTICLE_RESTART = 1
integer, parameter :: REVISION_TRACK = 1
integer, parameter :: REVISION_SUMMARY = 1
integer, parameter :: REVISION_SUMMARY = 2
! ============================================================================
! ADJUSTABLE PARAMETERS