dealloc_special_arrays Subroutine

private pure subroutine dealloc_special_arrays(self)

FIXME : Add documentation

Type Bound

eeq_base_type

Arguments

Type IntentOptional Attributes Name
class(eeq_base_type), intent(inout) :: self

Contents


Source Code

  pure subroutine dealloc_special_arrays(self)
    implicit none
    class(eeq_base_type), intent(in out) :: self
    deallocate(self%thetab, self%r_bound, self%eq_R, self%eq_Z)
  end subroutine dealloc_special_arrays