Get rid of last instance of internal IDs in statepoint

This commit is contained in:
Paul Romano 2017-02-20 09:45:42 -06:00
parent 71b49aace8
commit e642b401a2
4 changed files with 97 additions and 169 deletions

View file

@ -74,16 +74,12 @@ The current revision of the statepoint file format is 16.0.
**/tallies/**
:Attributes: - **n_tallies** (*int*) -- Number of user-defined tallies.
:Datasets: - **ids** (*int[]*) -- Internal unique ID of each tally.
- **keys** (*int[]*) -- User-defined unique ID of each tally.
- **ids** (*int[]*) -- User-defined unique ID of each tally.
**/tallies/meshes/**
:Attributes: - **n_meshes** (*int*) -- Number of meshes in the problem.
:Datasets: - **ids** (*int[]*) -- Internal unique ID of each mesh.
- **keys** (*int[]*) -- User-identified unique ID of each mesh.
- **ids** (*int[]*) -- User-identified unique ID of each mesh.
**/tallies/meshes/mesh <uid>/**

View file

@ -120,7 +120,7 @@ The current version of the summary file format is 5.0.
material, e.g., 'U235'.
- **nuclide_densities** (*double[]*) -- Atom density of each nuclide.
- **sab_names** (*char[][]*) -- Names of
S(:math:`\alpha`,:math:`\beta`) tables assigned to the material.
S(:math:`\alpha,\beta`) tables assigned to the material.
**/nuclides/**