Finalize the bounding box object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(encounter_bounding_box), | intent(inout) | :: | self |
subroutine encounter_final_bounding_box(self)
!! author: David A. Minton
!!
!! Finalize the bounding box object
implicit none
! Arguments
type(encounter_bounding_box), intent(inout) :: self
call self%dealloc()
return
end subroutine encounter_final_bounding_box