Return the IO length storage.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(block_signature_object), | intent(in) | :: | self | Block signature object. |
IO length storage.
function iolength(self)
!< Return the IO length storage.
class(block_signature_object), intent(in) :: self !< Block signature object.
integer(I4P) :: iolength !< IO length storage.
inquire(iolength=iolength) self%id, &
self%level, &
self%gc, &
self%ni, &
self%nj, &
self%nk, &
self%emin%x, self%emin%y, self%emin%z, &
self%emax%x, self%emax%y, self%emax%z, &
self%is_cartesian, &
self%is_null_x , self%is_null_y , self%is_null_z
endfunction iolength