collision_final_plpl Subroutine

public subroutine collision_final_plpl(self)

Finalizer will deallocate all allocatables

Arguments

TypeIntentOptionalAttributesName
type(collision_list_plpl), intent(inout) :: self

PL-PL collision list object


Contents

Source Code


Source Code

      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