From 5111b02e06f35a3bd06304460808e6b344df73b7 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Fri, 5 Apr 2013 10:05:36 -0400 Subject: [PATCH] And did the same formatting fixes for endf_header. --- src/endf_header.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endf_header.F90 b/src/endf_header.F90 index 25ef2172f6..55b0077781 100644 --- a/src/endf_header.F90 +++ b/src/endf_header.F90 @@ -30,10 +30,10 @@ module endf_header class(Tab1), intent(inout) :: this ! The Tab1 to clear if (allocated(this % nbt)) & - deallocate(this % nbt, this % int) + deallocate(this % nbt, this % int) if (allocated(this % x)) & - deallocate(this % x, this % y) + deallocate(this % x, this % y) end subroutine Tab1_clear