mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Get rid of n_nuclides dataset in summary/statepoint
This commit is contained in:
parent
397d5fe269
commit
23427ceccd
5 changed files with 1 additions and 14 deletions
|
|
@ -206,10 +206,6 @@ if (run_mode == MODE_EIGENVALUE)
|
|||
|
||||
Value for each filter bin of this type.
|
||||
|
||||
**/tallies/tally i/n_nuclides** (*int*)
|
||||
|
||||
Number of nuclide bins. If none are specified, this is just one.
|
||||
|
||||
**/tallies/tally i/nuclides** (*char[][]*)
|
||||
|
||||
Values of specified nuclide bins.
|
||||
|
|
|
|||
|
|
@ -219,8 +219,6 @@ do i = 1, n_tallies
|
|||
|
||||
end do
|
||||
|
||||
**/tallies/tally <uid>/n_nuclides** (*int*)
|
||||
|
||||
**/tallies/tally <uid>/nuclides** (*char[][]*)
|
||||
|
||||
**/tallies/tally <uid>/n_score_bins** (*int*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue