mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Get rid of total_score_bins and total_filter_bins datasets in summary.
This commit is contained in:
parent
9bc3b3358c
commit
81fa63886b
2 changed files with 0 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue