mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fixed mis-indented line
This commit is contained in:
parent
467f203bdb
commit
160c533ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ contains
|
|||
if (p % material /= MATERIAL_VOID) then
|
||||
if (run_CE) then
|
||||
if (p % material /= p % last_material .or. &
|
||||
p % sqrtkT /= p % last_sqrtkT) then
|
||||
p % sqrtkT /= p % last_sqrtkT) then
|
||||
! If the material is the same as the last material and the
|
||||
! temperature hasn't changed, we don't need to lookup cross
|
||||
! sections again.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue