fixed mis-indented line

This commit is contained in:
Adam Nelson 2018-02-04 19:00:39 -05:00
parent 467f203bdb
commit 160c533ae9

View file

@ -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.