FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(eeq_base_type), | intent(inout) | :: | self |
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