swiftest_final_kin Subroutine

public subroutine swiftest_final_kin(self)

Finalize the swiftest kinship object - deallocates all allocatables

Arguments

Type IntentOptional Attributes Name
type(swiftest_kinship), intent(inout) :: self

SyMBA kinship object


Calls

proc~~swiftest_final_kin~~CallsGraph proc~swiftest_final_kin swiftest_final_kin interface~swiftest_util_dealloc_kin swiftest_kinship%swiftest_util_dealloc_kin proc~swiftest_final_kin->interface~swiftest_util_dealloc_kin

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