teardown Subroutine

public subroutine teardown(this)

Arguments

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

Source Code

   subroutine teardown(this)
      class(MpiTestMethod), intent(inout) :: this
   end subroutine teardown