Allocate storage space
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ky_type), | intent(inout) | :: | self |
subroutine ky_allocate(self)
implicit none
class(ky_type), intent(inout) :: self
integer :: is
do is=1,self%nsupercell
call self%supercells(is)%allocate
enddo
end subroutine ky_allocate