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