swiftest_final_kin Subroutine

public subroutine swiftest_final_kin(self)

Finalize the swiftest kinship object - deallocates all allocatables

Arguments

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

SyMBA kinship object


Contents

Source Code


Source Code

      subroutine swiftest_final_kin(self)
         !! author: David A. Minton
         !!
         !! Finalize the swiftest kinship object - deallocates all allocatables
         implicit none
         ! Argument
         type(swiftest_kinship),  intent(inout) :: self 
            !! SyMBA kinship object
         call self%dealloc()
         return
      end subroutine swiftest_final_kin