From 160c533ae984987c17a5db5e8d6b64166cbda3a1 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Sun, 4 Feb 2018 19:00:39 -0500 Subject: [PATCH] fixed mis-indented line --- src/tracking.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tracking.F90 b/src/tracking.F90 index 40f20bbb07..f5839eb8e9 100644 --- a/src/tracking.F90 +++ b/src/tracking.F90 @@ -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.