And did the same formatting fixes for endf_header.

This commit is contained in:
Adam Nelson 2013-04-05 10:05:36 -04:00
parent c67eb2c90a
commit 5111b02e06

View file

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