Finalizer will deallocate all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(collision_list_plpl), | intent(inout) | :: | self | PL-PL collision list object |
subroutine collision_final_plpl(self)
!! author: David A. Minton
!!
!! Finalizer will deallocate all allocatables
implicit none
type(collision_list_plpl), intent(inout) :: self
!! PL-PL collision list object
call self%dealloc()
return
end subroutine collision_final_plpl