Finalize the RMVS test particle object - deallocates all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rmvs_tp), | intent(inout) | :: | self | RMVS test particle object |
subroutine rmvs_final_tp(self)
!! author: David A. Minton
!!
!! Finalize the RMVS test particle object - deallocates all allocatables
implicit none
! Arguments
type(rmvs_tp), intent(inout) :: self
!! RMVS test particle object
call self%dealloc()
return
end subroutine rmvs_final_tp