mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updating output file revision numbers as i neglected to do so earlier
This commit is contained in:
parent
cf213cf86e
commit
7543e9df66
3 changed files with 12 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Particle Restart File Format
|
||||
============================
|
||||
|
||||
The current revision of the particle restart file format is 1.
|
||||
The current revision of the particle restart file format is 2.
|
||||
|
||||
**/filetype** (*char[]*)
|
||||
|
||||
|
|
@ -46,7 +46,13 @@ The current revision of the particle restart file format is 1.
|
|||
|
||||
**/energy** (*double*)
|
||||
|
||||
Energy of the particle in MeV.
|
||||
Energy of the particle in MeV. This is always provided but only used
|
||||
for continuous-energy mode.
|
||||
|
||||
**/energy_group** (*double*)
|
||||
|
||||
Energy group of the particle. This is always provided but only used
|
||||
for multi-group mode.
|
||||
|
||||
**/xyz** (*double[3]*)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
State Point File Format
|
||||
=======================
|
||||
|
||||
The current revision of the statepoint file format is 14.
|
||||
The current revision of the statepoint file format is 15.
|
||||
|
||||
**/filetype** (*char[]*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue