allocate and get block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(3) | :: | ind |
block index |
|
real(kind=real_4), | intent(out), | DIMENSION(:,:,:), ALLOCATABLE | :: | block |
block to get |
|
logical, | intent(out) | :: | found |
whether block was found |