mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Few minor fixes for #454. Mesh ID is no longer written for statepoint.
This commit is contained in:
parent
f3f6753820
commit
3d2fe2a0ef
4 changed files with 5 additions and 11 deletions
|
|
@ -134,11 +134,7 @@ if run_mode == 'k-eigenvalue':
|
|||
|
||||
**/tally/meshes/keys** (*int[]*)
|
||||
|
||||
User-identified unique ID of each mesh
|
||||
|
||||
**/tallies/meshes/mesh <uid>/id** (*int*)
|
||||
|
||||
Unique identifier of the mesh.
|
||||
User-identified unique ID of each mesh.
|
||||
|
||||
**/tallies/meshes/mesh <uid>/type** (*char[]*)
|
||||
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ The current revision of the summary file format is 1.
|
|||
|
||||
**/tallies/mesh <uid>/index** (*int*)
|
||||
|
||||
Index in the meshes array used internally in OpenMC
|
||||
Index in the meshes array used internally in OpenMC.
|
||||
|
||||
**/tallies/mesh <uid>/type** (*char[]*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue