tearDown Subroutine

public subroutine tearDown(this)

Type Bound

Test_LatLonCorners

Arguments

Type IntentOptional Attributes Name
class(Test_LatLonCorners), intent(inout) :: this

Calls

proc~~teardown~3~~CallsGraph proc~teardown~3 Test_LatLon_Corners::Test_LatLonCorners%tearDown ESMF_GridDestroy ESMF::ESMF_GridDestroy proc~teardown~3->ESMF_GridDestroy

Source Code

   subroutine tearDown(this)
      class (Test_LatLonCorners), intent(inout) :: this

      call ESMF_GridDestroy(this%grid)
      
   end subroutine tearDown