mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fixed statepoint spec in documentation.
This commit is contained in:
parent
7632f3df79
commit
e6aee9d1c0
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ if (run_mode == MODE_EIGENVALUE)
|
|||
|
||||
k-effective for the i-th batch
|
||||
|
||||
*do i = 1, current_batch*
|
||||
*do i = 1, current_batch \* gen_per_batch*
|
||||
|
||||
**real(8) entropy(i)**
|
||||
|
||||
|
|
@ -317,7 +317,7 @@ if (run_mode == MODE_EIGENVALUE)
|
|||
|
||||
k-effective for the i-th batch
|
||||
|
||||
*do i = 1, current_batch*
|
||||
*do i = 1, current_batch \* gen_per_batch*
|
||||
|
||||
**real(8) entropy(i)**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue