Get rid of total_score_bins and total_filter_bins datasets in summary.

This commit is contained in:
Paul Romano 2015-09-25 10:59:58 +07:00
parent 9bc3b3358c
commit 81fa63886b
2 changed files with 0 additions and 14 deletions

View file

@ -273,16 +273,6 @@ The current revision of the summary file format is 1.
Name of the tally.
**/tallies/tally <uid>/total_score_bins** (*int*)
Total number of scoring bins for all nuclides. This is used as the size of
second dimension of the tally results array.
**/tallies/tally <uid>/total_filter_bins** (*int*)
Total number of filter bins accounting for all filters. This is used as the
size of first dimension of the tally results array.
**/tallies/tally <uid>/n_filters** (*int*)
Number of filters applied to the tally.

View file

@ -484,10 +484,6 @@ contains
! Write the name for this tally
call write_dataset(tally_group, "name", t%name)
! Write size of each tally
call write_dataset(tally_group, "total_score_bins", t%total_score_bins)
call write_dataset(tally_group, "total_filter_bins", t%total_filter_bins)
! Write number of filters
call write_dataset(tally_group, "n_filters", t%n_filters)